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

In This Topic
    Tab Property (RibbonGroup)
    In This Topic
    Gets the RibbonTab that this item group belongs to.
    Syntax
    'Declaration
     
    Public ReadOnly Property Tab As RibbonTab
    public RibbonTab Tab {get;}
    See Also