ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TabControl Class / SelectedIndexProperty Field



In This Topic
    SelectedIndexProperty Field (C1TabControl)
    In This Topic
    Identifies the System.Windows.Controls.TabControl.SelectedIndex dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly SelectedIndexProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = C1TabControl.SelectedIndexProperty
    public static readonly DependencyProperty SelectedIndexProperty
    public:
    static readonly DependencyProperty^ SelectedIndexProperty

    Field Value

    The identifier for the System.Windows.Controls.TabControl.SelectedIndex dependency property.
    See Also