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