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

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