ToolStripControlHost.CanSelect Property

Definition

Gets a value indicating whether the control 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 control can be selected; otherwise, false.

Applies to