ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / SelectedTab Property

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