'Declaration Public Overloads Sub Remove( _ ByVal value As System.Object _ )
public void Remove( System.object value )
Parameters
- value
- The object 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.