[]
Inserts an element into the RadialMenuItemCollection at the specified index.
public void Insert(int index, RadialMenuItemBase item)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index at which item should be inserted. |
| RadialMenuItemBase | item | The RadialMenuItemBase to insert. |
Inserts an element into the RadialMenuItemCollection at the specified index.
public void Insert(int index, object value)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index at which item should be inserted. |
| object | value | The object to insert. |