Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonBar Class / Tabs Property


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