TabbedGroup Constructors
A Tabbed Group container within a WindowsUI ViewName | Parameters | Description |
---|---|---|
TabbedGroup() | none | Initializes a new instance of the TabbedGroup class with the default settings. |
TabbedGroup(ITabbedGroupProperties) | defaultProperties | Initializes a new instance of the TabbedGroup class with the specified settings. |
TabbedGroup(IContainer) | container | Initializes a new instance of the TabbedGroup class with the specified settings. |
See Also