ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTabCollection 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 with the specified text to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal text As System.String _
    ) As RibbonTab
    public RibbonTab Add( 
       System.string text
    )

    Parameters

    text
    The text to display on the new tab.

    Return Value

    The newly created RibbonTab object.
    See Also