Click or drag to resize

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
)

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