ToolStripLabel::CanSelect Property

 

Gets a value indicating the selectable state of a ToolStripLabel.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool CanSelect {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

false in all cases.

A ToolStripLabel is a nonselectable ToolStripItem.

.NET Framework
Available since 2.0
Return to top
Show: