Share via


ControlElement.Selected Property

Definition

Gets or sets a value indicating whether this ControlElement is selected.

public:
 property bool Selected { bool get(); void set(bool value); };
public bool Selected { get; set; }
member this.Selected : bool with get, set
Public Property Selected As Boolean

Property Value

True if selected; otherwise, false.

Applies to