Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTabGroupCollection Class / Add Method / Add(String) Method
The text to display on the new tab.

In This Topic
    Add(String) Method
    In This Topic
    Adds a new tab group with the specified text to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Add( _
       ByVal text As String _
    ) As RibbonContextualTabGroup

    Parameters

    text
    The text to display on the new tab.

    Return Value

    The newly created RibbonContextualTabGroup object.
    See Also