Click or drag to resize

RibbonBarInsertTab Method

Inserts the given tab into the given position.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public void InsertTab(
	RibbonBarTab tab,
	int index
)

Parameters

tab
Type: Dynamicweb.ControlsRibbonBarTab
Tab to insert.
index
Type: SystemInt32
0-based position of the tab.
Remarks