[]
Removes the first occurrence of a specific object from the RadialMenuItemCollection.
public bool Remove(RadialMenuItemBase item)
Type | Name | Description |
---|---|---|
RadialMenuItemBase | item | The RadialMenuItemBase item to remove from the RadialMenuItemCollection. |
Type | Description |
---|---|
bool | True if item is successfully removed; otherwise, false. This method also returns false if item was not found in the RadialMenuItemCollection. |
Removes the first occurrence of a specific object from the RadialMenuItemCollection.
public void Remove(object value)
Type | Name | Description |
---|---|---|
object | value | The object to remove from the RadialMenuItemCollection. |