Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / SelectedIndex Property

In This Topic
    SelectedIndex Property
    In This Topic
    Gets or sets the index of the currently selected page.
    Syntax
    'Declaration
     
    
    Public Property SelectedIndex As Integer
    public int SelectedIndex {get; set;}
    See Also