ToolsMenuItemBase.MultiSelect Property

Definition

Gets or sets a value indicating whether the menu item can be multi selected.

public:
 property bool MultiSelect { bool get(); void set(bool value); };
public bool MultiSelect { get; set; }
member this.MultiSelect : bool with get, set
Public Property MultiSelect As Boolean

Property Value

true if multi select; otherwise, false. The default is false.

Applies to