XtraTabbedMdiManager Constructors
The component that displays MDI child forms as tabs and provides basic form management features. To create an advanced tabbed UI, use the DocumentManager component instead.| Name | Parameters | Description |
|---|---|---|
| XtraTabbedMdiManager() | none | Initializes a new instance of the XtraTabbedMdiManager class with default settings. |
| XtraTabbedMdiManager(IContainer) | container | Initializes a new instance of the XtraTabbedMdiManager class which is associated with the specified container. |
See Also