ToolStripButton::CanSelect Property

 

Gets a value indicating whether the ToolStripButton can be selected.

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

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

.NET Framework
Available since 2.0
Return to top
Show: