ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TabItem Class / IsSelected Property



In This Topic
    IsSelected Property (C1TabItem)
    In This Topic
    Gets or sets a value indicating whether the System.Windows.Controls.TabItem is currently selected.
    Syntax
    'Declaration
     
    
    Public Property IsSelected As Boolean
    'Usage
     
    
    Dim instance As C1TabItem
    Dim value As Boolean
     
    instance.IsSelected = value
     
    value = instance.IsSelected
    public bool IsSelected {get; set;}
    public:
    property bool IsSelected {
       bool get();
       void set (    bool value);
    }

    Property Value

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