Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / ToolStripOverflowItemsCollection Class / Insert Method

In This Topic
    Insert Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As Object _
    ) 
    public void Insert( 
       int index,
       object item
    )

    Parameters

    index
    item
    See Also