C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / RibbonGroupCollection Class / Remove Method
The RibbonGroup to remove.

In This Topic
Remove Method (RibbonGroupCollection)
In This Topic
Removes the first occurrence of a specific RibbonGroup from the RibbonGroupCollection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal group As RibbonGroup _
) 
 

Parameters

group
The RibbonGroup to remove.
See Also