IMenuItem.MultiSelect Property

Definition

Gets a value indicating whether the menu item supports the MultiSelect.

public:
 property bool MultiSelect { bool get(); };
public bool MultiSelect { get; }
member this.MultiSelect : bool
Public ReadOnly Property MultiSelect As Boolean

Property Value

true if the menu item supports the MultiSelect; otherwise, false.

Applies to