LayoutControlGroup.AddGroup Method
Name | Parameters | Description |
---|---|---|
Add |
none | Creates a new group and adds it to the current group. |
Add |
base |
Creates a new layout group at a position relative to an item within the current group. |
Add |
new |
Inserts the specified layout group at a position relative to an item within the current group. |
Add |
new |
Inserts the specified group to the current group. |
Add |
text, base |
Creates a new group with the specified caption at a position relative to an item within the current group. |
Add |
text | Creates a new group with a specified caption and adds it to the current group. |