LayoutItemBase Constructors
Represents the base class for the LayoutItem, the LayoutGroup, and TabbedLayoutGroup classes.Name | Parameters | Description |
---|---|---|
LayoutItemBase() | none | Initializes a new instance of the LayoutItemBase class with default settings. |
LayoutItemBase(String, String) | caption, name | Initializes a new instance of the LayoutItemBase class with specified settings. |
LayoutItemBase(String) | caption | Initializes a new instance of the LayoutItemBase class with default settings. |
See Also