Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTabCollection Class / Insert Method

In This Topic
    Insert Method (RibbonTabCollection)
    In This Topic
    Inserts a RibbonTab to the RibbonTabCollection at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal tab As RibbonTab _
    ) 
    public void Insert( 
       int index,
       RibbonTab tab
    )

    Parameters

    index
    tab
    See Also