ComponentOne Ribbon for WinForms
Remove Method (RibbonTabCollection)

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonTabCollection Class : Remove Method
Removes the first occurence of the specified RibbonTab from the RibbonTabCollection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal tab As RibbonTab _
) 
public void Remove( 
   RibbonTab tab
)

Parameters

tab
See Also

Reference

RibbonTabCollection Class
RibbonTabCollection Members