C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonItemCollectionBase Class / Remove Method
The Ribbon item to remove.

In This Topic
Remove Method (RibbonItemCollectionBase)
In This Topic
Removes the first occurrence of the specified RibbonItem from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal item As RibbonItem _
) 
 

Parameters

item
The Ribbon item to remove.
See Also