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

LayoutControlItem Constructors

Displays an embedded control and an optional label.
Name Parameters Description
LayoutControlItem() none Initializes a new instance of the LayoutControlItem class with default settings.
LayoutControlItem(LayoutControl, Control) layoutControl, control Initializes a new instance of the LayoutControlItem class.
LayoutControlItem(LayoutControlGroup, Boolean) parent, addToLayout Initializes a new instance of the LayoutControlItem class with specified settings.
See Also