ToolStripSeparator.CanSelect Property

Definition

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

Applies to