ToolStripSeparator::CanSelect Property

 

Gets a value indicating whether the ToolStripSeparator 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 component using the ToolStripSeparator is in design mode; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: