[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonTabGroupCollection.Add

Add Method

Add(RibbonContextualTabGroup)

Adds the specified RibbonContextualTabGroup to the collection.

Declaration
public int Add(RibbonContextualTabGroup tabGroup)
Parameters
Type Name Description
RibbonContextualTabGroup tabGroup
Returns
Type Description
int

Add(string)

Adds a new tab group with the specified text to the collection.

Declaration
public RibbonContextualTabGroup Add(string text)
Parameters
Type Name Description
string text

The text to display on the new tab.

Returns
Type Description
RibbonContextualTabGroup

The newly created RibbonContextualTabGroup object.