LayoutControl Constructors
Creates and maintains a consistent layout of controls. See Layout and Data Layout Controls.Name | Parameters | Description |
---|---|---|
LayoutControl() | none | Initializes a new instance of the LayoutControl class. |
LayoutControl(Boolean, Boolean) | fAllowUseSplitters, fAllowUseTabbedGroup | Initializes a new instance of the LayoutControl class with the specified settings. |
LayoutControl(Boolean) | createFast | This constructor supports the internal infrastructure, and is not intended to be used directly from your code. |
See Also