Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuItemCollection Class / Remove Method / Remove(Object) Method
The object to remove from the RadialMenuItemCollection.

In This Topic
    Remove(Object) Method
    In This Topic
    Removes the first occurrence of a specific object from the RadialMenuItemCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Remove( _
       ByVal value As Object _
    ) 
    public void Remove( 
       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.
    See Also