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

In This Topic
    Tabs Property (C1Ribbon)
    In This Topic
    Gets the tabs collection of this C1Ribbon.
    Syntax
    'Declaration
     
    Public ReadOnly Property Tabs As RibbonTabCollection
    public RibbonTabCollection Tabs {get;}
    See Also