[]
        
(Showing Draft Content)

C1.Win.Command.RadialMenuItemCollection.Insert

Insert Method

Insert(int, RadialMenuItemBase)

Inserts an element into the RadialMenuItemCollection at the specified index.

Declaration
public void Insert(int index, RadialMenuItemBase item)
Parameters
Type Name Description
int index

The zero-based index at which item should be inserted.

RadialMenuItemBase item

The RadialMenuItemBase to insert.

Implements

Insert(int, object)

Inserts an element into the RadialMenuItemCollection at the specified index.

Declaration
public void Insert(int index, object value)
Parameters
Type Name Description
int index

The zero-based index at which item should be inserted.

object value

The object to insert.

Implements