'Declaration
Public Overloads Function Remove( _ ByVal item As RadialMenuItemBase _ ) As Boolean
public bool Remove( RadialMenuItemBase item )
Parameters
- item
- The RadialMenuItemBase item to remove from the RadialMenuItemCollection.
Return Value
True if item is successfully removed; otherwise, false. This method also returns false if item was not found in the RadialMenuItemCollection.