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

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