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

In This Topic
    Insert(Int32,RadialMenuItemBase) 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 item As RadialMenuItemBase _
    ) 
    public void Insert( 
       int index,
       RadialMenuItemBase item
    )

    Parameters

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