ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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