ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command 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 System.Integer, _
       ByVal item As RadialMenuItemBase _
    ) 
    public void Insert( 
       System.int index,
       RadialMenuItemBase item
    )

    Parameters

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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also