ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonQatItemCollection Class / Remove Method / Remove(RibbonGroup) Method

In This Topic
    Remove(RibbonGroup) Method
    In This Topic
    Removes the first occurrence of the specified RibbonGroup from the collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal group As RibbonGroup _
    ) 
    public void Remove( 
       RibbonGroup group
    )

    Parameters

    group
    See Also