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

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

    Parameters

    index
    tabGroup
    See Also