Version

DockingAreaManager Class Members

The following tables list the members exposed by DockingAreaManager.

Public Constructors
 NameDescription
Public ConstructorDockingAreaManager Constructor  
Public Fields
 NameDescription
Public FieldPRIORITY_LEVEL_DOCKED_WINDOWDocked windows are inside both toolbars and unpinned dockings areas.  
Public FieldPRIORITY_LEVEL_STATUSBARSince 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.  
Public FieldPRIORITY_LEVEL_TOOLBAR_HORIZONTALThe 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.  
Public FieldPRIORITY_LEVEL_TOOLBAR_HORIZONTAL_TOPMake the toolbars area on the top of the form able to be covered up by the status bar as the form is re-sized.  
Public FieldPRIORITY_LEVEL_TOOLBAR_VERTICALThe 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.  
Public FieldPRIORITY_LEVEL_ULTRANAVBAR_HORIZONTALThe UltraNavBars are inside the toolbars but outside the unpinned tab areas used by dockable windows. The horizontal UltraNavBars are placed outside the vertical ones.  
Public FieldPRIORITY_LEVEL_ULTRANAVBAR_VERTICALThe UltraNavBars are inside the toolbars but outside the unpinned tab areas used by dockable windows. The horizontal UltraNavBars are placed outside the vertical ones.  
Public FieldPRIORITY_LEVEL_UNPINNED_TAB_AREA_HORIZONTALThe unpinned tab areas used by dockable windows are inside the toolbar docking areas. The vertical unpinned tab areas are placed outside the horizontal ones.  
Public FieldPRIORITY_LEVEL_UNPINNED_TAB_AREA_VERTICALThe unpinned tab areas used by dockable windows are inside the toolbar docking areas. The vertical unpinned tab areas are placed outside the horizontal ones.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)GetPriorityLevelReturns the docking priority level assigned to the specified control.  
Public Methodstatic (Shared in Visual Basic)RegisterDockingAreaParentRegisters a parent control to ensure that the position of docked child controls takes into account the IDockingArea.PriorityLevel of the docking areas.>  
Public Methodstatic (Shared in Visual Basic)UnregisterDockingAreaParentUnregisters the parent control.  
See Also