ComponentOne Ribbon for WinForms
Add(String) Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonTabGroupCollection Class > Add Method : Add(String) Method
The text to display on the new tab.
Adds a new tab group with the specified text to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal text As System.String _
) As RibbonContextualTabGroup
public RibbonContextualTabGroup Add( 
   System.string text
)

Parameters

text
The text to display on the new tab.

Return Value

The newly created RibbonContextualTabGroup object.
See Also

Reference

RibbonTabGroupCollection Class
RibbonTabGroupCollection Members
Overload List