ISelectable..::..Selected Property

Gets or sets a value indicating whether this [ISelectable] is selected.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


bool Selected { get; set; }
Property Selected As Boolean
	Get
	Set
property bool^ Selected {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if selected; otherwise, false.