Skip to main content
A newer version of this page is available. .

LayoutControlGroup.AddGroup Method

Name Parameters Description
AddGroup() none Creates a new group and adds it to the current group.
AddGroup(BaseLayoutItem, InsertType) baseItem, insertType Creates a new layout group at a position relative to an item within the current group.
AddGroup(LayoutGroup, BaseLayoutItem, InsertType) newGroup, baseItem, insertType Inserts the specified layout group at a position relative to an item within the current group.
AddGroup(LayoutGroup) newGroup Inserts the specified group to the current group.
AddGroup(String, BaseLayoutItem, InsertType) text, baseItem, insertType Creates a new group with the specified caption at a position relative to an item within the current group.
AddGroup(String) text Creates a new group with a specified caption and adds it to the current group.