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

In This Topic
    SelectedTab Property
    In This Topic
    Gets or sets the currently selected page.
    Syntax
    'Declaration
     
    
    Public Property SelectedTab As C1DockingTabPage
    public C1DockingTabPage SelectedTab {get; set;}
    See Also