[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonTabCollection.Add

Add Method

Add(RibbonTab)

Adds the specified RibbonTab to the collection.

Declaration
public int Add(RibbonTab tab)
Parameters
Type Name Description
RibbonTab tab
Returns
Type Description
int

Add(string)

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

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

The text to display on the new tab.

Returns
Type Description
RibbonTab

The newly created RibbonTab object.