ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 _
    ) 
    public void Remove( 
       RibbonGroup group
    )

    Parameters

    group
    The RibbonGroup to remove.
    See Also