Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 Integer
    public int Add( 
       RibbonGroup group
    )

    Parameters

    group
    The RibbonGroup to add.

    Return Value

    The position into which the group was inserted.
    See Also