ComponentOne Ribbon for WinForms
Add(String) Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonGroupCollection Class > Add Method : Add(String) Method
The text to display in the new group's caption bar.
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

Reference

RibbonGroupCollection Class
RibbonGroupCollection Members
Overload List