Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuItemCollection Class / Insert Method / Insert(Int32,Object) Method
The zero-based index at which item should be inserted.
The object to insert.

In This Topic
    Insert(Int32,Object) Method
    In This Topic
    Inserts an element into the RadialMenuItemCollection at the specified index.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Insert( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    public void Insert( 
       int index,
       object value
    )

    Parameters

    index
    The zero-based index at which item should be inserted.
    value
    The object to insert.
    See Also