C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command Namespace / RadialMenuItemCollection Class / Remove Method / Remove(RadialMenuItemBase) Method
The RadialMenuItemBase item to remove from the RadialMenuItemCollection.

Remove(RadialMenuItemBase) Method
Removes the first occurrence of a specific object from the RadialMenuItemCollection.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal item As RadialMenuItemBase _
) As System.Boolean
 

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also