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

In This Topic
    Insert Method (RibbonItemCollection)
    In This Topic
    Inserts the specified RibbonItem into this collection at the given index.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As RibbonItem _
    ) 
    public void Insert( 
       int index,
       RibbonItem item
    )

    Parameters

    index
    item
    See Also