ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTabCollection Class / Add Method / Add(RibbonTab) Method

In This Topic
    Add(RibbonTab) Method
    In This Topic
    Adds the specified RibbonTab to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal tab As RibbonTab _
    ) As System.Integer
    public System.int Add( 
       RibbonTab tab
    )

    Parameters

    tab
    See Also