Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGalleryItemCollection Class / Remove Method / Remove(String) Method
The text to search for, case-sensitive.

In This Topic
    Remove(String) Method
    In This Topic
    Removes the first occurrence of a RibbonGalleryItem with the specified text from this collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Remove( _
       ByVal text As String _
    ) 
    public void Remove( 
       string text
    )

    Parameters

    text
    The text to search for, case-sensitive.
    See Also