ComponentOne Ribbon for WinForms
Remove(String) Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonGalleryItemCollection Class > Remove Method : Remove(String) Method
The text to search for, case-sensitive.
Removes the first occurrence of a RibbonGalleryItem 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

RibbonGalleryItemCollection Class
RibbonGalleryItemCollection Members
Overload List