Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonItemCollectionBase Class / Remove Method
The Ribbon item to remove.

In This Topic
    Remove Method (RibbonItemCollectionBase)
    In This Topic
    Removes the first occurrence of the specified RibbonItem from the collection.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal item As RibbonItem _
    ) 
    public void Remove( 
       RibbonItem item
    )

    Parameters

    item
    The Ribbon item to remove.
    See Also