| RibbonBarInsertGroup Method |
Inserts the given group onto the given tab with the given position.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public void InsertGroup(
string tabName,
RibbonBarGroup group,
int index
)
Public Sub InsertGroup (
tabName As String,
group As RibbonBarGroup,
index As Integer
)
Parameters
- tabName
- Type: SystemString
Tab to place group onto. - group
- Type: Dynamicweb.ControlsRibbonBarGroup
Group to insert. - index
- Type: SystemInt32
0-based position of the group.
Remarks See Also