ToolStripControlHost.Selected Property

Definition

Gets a value indicating whether the item is selected.

public:
 virtual property bool Selected { bool get(); };
public override bool Selected { get; }
member this.Selected : bool
Public Overrides ReadOnly Property Selected As Boolean

Property Value

true if the ToolStripItem is selected; otherwise, false.

Applies to