The following tables list the members exposed by DockingAreaManager.
Name | Description | |
---|---|---|
DockingAreaManager Constructor |
Name | Description | |
---|---|---|
PRIORITY_LEVEL_DOCKED_WINDOW | Docked windows are inside both toolbars and unpinned dockings areas. | |
PRIORITY_LEVEL_STATUSBAR | Since the status bar is normally docked to the bottom of the window it has the highest priority and is therefore placed outside all other docking areas. | |
PRIORITY_LEVEL_TOOLBAR_HORIZONTAL | The toolbar docking areas are inside the status bar but outside the unpinned tab areas used by dockable windows. The horizontal toolbar docking areas are placed outside the vertical ones. | |
PRIORITY_LEVEL_TOOLBAR_HORIZONTAL_TOP | Make the toolbars area on the top of the form able to be covered up by the status bar as the form is re-sized. | |
PRIORITY_LEVEL_TOOLBAR_VERTICAL | The toolbar docking areas are inside the status bar but outside the unpinned tab areas used by dockable windows. The horizontal toolbar docking areas are placed outside the vertical ones. | |
PRIORITY_LEVEL_ULTRANAVBAR_HORIZONTAL | The UltraNavBars are inside the toolbars but outside the unpinned tab areas used by dockable windows. The horizontal UltraNavBars are placed outside the vertical ones. | |
PRIORITY_LEVEL_ULTRANAVBAR_VERTICAL | The UltraNavBars are inside the toolbars but outside the unpinned tab areas used by dockable windows. The horizontal UltraNavBars are placed outside the vertical ones. | |
PRIORITY_LEVEL_UNPINNED_TAB_AREA_HORIZONTAL | The unpinned tab areas used by dockable windows are inside the toolbar docking areas. The vertical unpinned tab areas are placed outside the horizontal ones. | |
PRIORITY_LEVEL_UNPINNED_TAB_AREA_VERTICAL | The unpinned tab areas used by dockable windows are inside the toolbar docking areas. The vertical unpinned tab areas are placed outside the horizontal ones. |
Name | Description | |
---|---|---|
GetPriorityLevel | Returns the docking priority level assigned to the specified control. | |
RegisterDockingAreaParent | Registers a parent control to ensure that the position of docked child controls takes into account the IDockingArea.PriorityLevel of the docking areas.> | |
UnregisterDockingAreaParent | Unregisters the parent control. |