[]
Determines whether an element is in the RadialMenuItemCollection.
public bool Contains(RadialMenuItemBase item)
Type | Name | Description |
---|---|---|
RadialMenuItemBase | item | The RadialMenuItemBase item to locate in the RadialMenuItemCollection. |
Type | Description |
---|---|
bool | True if item is found in the RadialMenuItemCollection; otherwise, false. |
Determines whether an element is in the RadialMenuItemCollection.
public bool Contains(object value)
Type | Name | Description |
---|---|---|
object | value | The object to locate in the RadialMenuItemCollection. |
Type | Description |
---|---|
bool | True if item is found in the RadialMenuItemCollection; otherwise, false. |