Gets or sets a value that indicates whether the TabItem is selected.

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

Syntax

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

See Also