Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonQatItemCollection Class / Insert Method / Insert(Int32,RibbonItem) Method

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

    Parameters

    index
    item
    See Also