Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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