ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonItemCollection 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 RibbonButton with the specified text from this collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal text As System.String _
    ) 
    public void Remove( 
       System.string text
    )

    Parameters

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