ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonGroupCollection Class / Add Method / Add(RibbonGroup) Method
The RibbonGroup to add.

In This Topic
    Add(RibbonGroup) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal group As RibbonGroup _
    ) As System.Integer
    public System.int Add( 
       RibbonGroup group
    )

    Parameters

    group
    The RibbonGroup to add.

    Return Value

    The position into which the group was inserted.
    See Also