[]
Searches for the specified object and returns the zero-based index of the first occurrence within the entire RadialMenuItemCollection.
public int IndexOf(RadialMenuItemBase item)
Type | Name | Description |
---|---|---|
RadialMenuItemBase | item | The RadialMenuItemBase item to locate in the RadialMenuItemCollection. |
Type | Description |
---|---|
int | The zero-based index of the first occurrence of item within the entire RadialMenuItemCollection, if found; otherwise, -1. |
Searches for the specified object and returns the zero-based index of the first occurrence within the entire RadialMenuItemCollection.
public int IndexOf(object value)
Type | Name | Description |
---|---|---|
object | value | The object to locate in the RadialMenuItemCollection. |
Type | Description |
---|---|
int | The zero-based index of the first occurrence of item within the entire RadialMenuItemCollection, if found; otherwise, -1. |