[]
Adds an object to the end of the RadialMenuItemCollection.
public void Add(RadialMenuItemBase item)
Type | Name | Description |
---|---|---|
RadialMenuItemBase | item | The RadialMenuItemBase to be added to the end of the RadialMenuItemCollection. |
Adds an object to the end of the RadialMenuItemCollection.
public int Add(object value)
Type | Name | Description |
---|---|---|
object | value | The object to be added to the end of the RadialMenuItemCollection. |
Type | Description |
---|---|
int | The index of last element in collection if value is not null; -1 otherwise. |