[]
        
(Showing Draft Content)

C1.Win.Command.RadialMenuItemCollection.Remove

Remove Method

Remove(RadialMenuItemBase)

Removes the first occurrence of a specific object from the RadialMenuItemCollection.

Declaration
public bool Remove(RadialMenuItemBase item)
Public Function Remove(item As RadialMenuItemBase) As Boolean
Parameters
Type Name Description
RadialMenuItemBase item

The RadialMenuItemBase item to remove from the RadialMenuItemCollection.

Returns
Type Description
bool

True if item is successfully removed; otherwise, false. This method also returns false if item was not found in the RadialMenuItemCollection.

Implements

Remove(object)

Removes the first occurrence of a specific object from the RadialMenuItemCollection.

Declaration
public void Remove(object value)
Public Sub Remove(value As Object)
Parameters
Type Name Description
object value

The object to remove from the RadialMenuItemCollection.

Implements