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

LayoutControlGroup.AddItem Method

Name Parameters Description
AddItem() none Creates a new layout item with the default layout type and adds it to the current group.
AddItem(BaseLayoutItem, BaseLayoutItem, InsertType) newItem, baseItem, insertType Inserts the specified item at a position relative to another item within the current group.
AddItem(BaseLayoutItem, InsertType) baseItem, insertType Creates a new layout item at a position relative to an item within the current group.
AddItem(BaseLayoutItem) newItem Inserts the specified layout item to the current group.
AddItem(String, Control, BaseLayoutItem, InsertType) text, control, baseItem, insertType Creates a new layout item with the specified text and control at a position relative to another item within the current group.
AddItem(String, Control) text, control Creates a new layout item with the specified text and control, and adds it to the current group.
AddItem(String) text Creates a new layout item with the specified text and adds it to the current group.