ComponentOne Ribbon for WinForms
Remove(String) Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonItemCollection Class > Remove Method : Remove(String) Method
The text to search for, case-sensitive.
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

Reference

RibbonItemCollection Class
RibbonItemCollection Members
Overload List