ComponentOne Ribbon for WinForms
Remove Method (RibbonGroupCollection)

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonGroupCollection Class : Remove Method
The RibbonGroup to remove.
Removes the first occurrence of a specific RibbonGroup from the RibbonGroupCollection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal group As RibbonGroup _
) 
public void Remove( 
   RibbonGroup group
)

Parameters

group
The RibbonGroup to remove.
See Also

Reference

RibbonGroupCollection Class
RibbonGroupCollection Members