[]
Adds an object to the end of the RadialMenuItemCollection.
public void Add(RadialMenuItemBase item)
Public Sub Add(item As RadialMenuItemBase)
| 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)
Public Function Add(value As Object) As Integer
| 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. |