ComponentOne Basic Library for WPF and Silverlight
IsSelected Property (C1TabItem)


C1.Silverlight Namespace > C1TabItem Class : IsSelected Property
Gets or sets a value indicating whether the System.Windows.Controls.TabItem is currently selected.
Syntax
'Declaration
 
Public Property IsSelected As System.Boolean
'Usage
 
Dim instance As C1TabItem
Dim value As System.Boolean
 
instance.IsSelected = value
 
value = instance.IsSelected
public System.bool IsSelected {get; set;}

Property Value

True if the System.Windows.Controls.TabItem is selected; otherwise, false.
See Also

Reference

C1TabItem Class
C1TabItem Members