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

The text to display on the new tab.

Returns
Type Description
RibbonTab

The newly created RibbonTab object.