Gets/sets the selection state of this object.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool Selected { get; set; }
Visual Basic
Public Property Selected As Boolean
	Get
	Set
JScript
function get Selected () : boolean
function set Selected (value : boolean)

See Also