| Class | Description | |
|---|---|---|
![]() | DockingAreaManager | The DockingAreaManager class exposes static methods for registering and unregistering windows with multiple docking areas. |
| Interface | Description | |
|---|---|---|
![]() | IDockableControl | Implemented by a control that does not support being docked by an UltraDockManager |
![]() | IDockingArea | Implemented by a control that needs to expose the priority the DockingAreaManager should use when adjusting the z-order of its docked sibling controls. |
![]() | IDockingAreaEx | Implemented by a control that needs to expose the priority and placement the DockingAreaManager should use when adjusting the z-order of its sibling controls. |
| Enumeration | Description | |
|---|---|---|
![]() | DockingAreaPosition | Indicates where in the z-order the control will be positioned relative to other controls. |


