Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 Integer
    public int Add( 
       RibbonTab tab
    )

    Parameters

    tab
    See Also