ToolStripLabel.CanSelect Property

Definition

Gets a value indicating the selectable state of a ToolStripLabel.

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

false in all cases.

Remarks

A ToolStripLabel is a nonselectable ToolStripItem.

Applies to