ToolStripButton.CanSelect Property

Definition

Gets a value indicating whether the ToolStripButton can be selected.

public:
 virtual property bool CanSelect { bool get(); };
public override bool CanSelect { get; }
member this.CanSelect : bool
Public Overrides ReadOnly Property CanSelect As Boolean

Property Value

true if the ToolStripButton can be selected; otherwise, false.

Applies to