Gets or sets a value indicating whether the
System.Windows.Controls.TabItem is currently selected.
public bool IsSelected {get; set;}
public:
property bool IsSelected {
bool get();
void set ( bool value);
}
'Declaration
Public Property IsSelected As Boolean
'Usage
Dim instance As C1TabItem
Dim value As Boolean
instance.IsSelected = value
value = instance.IsSelected
Property Value
True if the
System.Windows.Controls.TabItem is selected; otherwise, false.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2