ComponentOne Ribbon for WinForms
Remove Method (RibbonItemCollectionBase)

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonItemCollectionBase Class : Remove Method
The Ribbon item to remove.
Removes the first occurrence of the specified RibbonItem from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal item As RibbonItem _
) 
public void Remove( 
   RibbonItem item
)

Parameters

item
The Ribbon item to remove.
See Also

Reference

RibbonItemCollectionBase Class
RibbonItemCollectionBase Members