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