Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGalleryItemCollection Class / Remove Method / Remove(RibbonItem) Method
The Ribbon item to remove.

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

    Parameters

    item
    The Ribbon item to remove.
    See Also