| 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
)
Public Sub InsertTab (
tab As RibbonBarTab,
index As Integer
)
Parameters
- tab
- Type: Dynamicweb.ControlsRibbonBarTab
Tab to insert. - index
- Type: SystemInt32
0-based position of the tab.
Remarks See Also