ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonGroupCollection Class / Add Method / Add(String) Method
The text to display in the new group's caption bar.

In This Topic
    Add(String) Method
    In This Topic
    Adds a new RibbonGroup with the specified text to the collections.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal text As System.String _
    ) As RibbonGroup
    public RibbonGroup Add( 
       System.string text
    )

    Parameters

    text
    The text to display in the new group's caption bar.

    Return Value

    The newly created RibbonGroup object.
    See Also