Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonQatItemCollection Class / Add Method / Add(RibbonGroup) Method

In This Topic
    Add(RibbonGroup) Method
    In This Topic
    Adds the specified RibbonGroup to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Add( _
       ByVal group As RibbonGroup _
    ) As RibbonQatGroupButton

    Parameters

    group

    Return Value

    Enveloping RibbonQatGroupButton object for the added RibbonGroup.
    See Also