[]
        
(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)
Public Function Add(tabGroup As RibbonContextualTabGroup) As Integer
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)
Public Function Add(text As String) As RibbonContextualTabGroup
Parameters
Type Name Description
string text

The text to display on the new tab.

Returns
Type Description
RibbonContextualTabGroup

The newly created RibbonContextualTabGroup object.