Version

RegisterDockingAreaParent Method

Registers a parent control to ensure that the position of docked child controls takes into account the IDockingArea.PriorityLevel of the docking areas.>
Syntax
'Declaration
 
Public Shared Sub RegisterDockingAreaParent( _
   ByVal dockingAreaParent As Control _
) 
public static void RegisterDockingAreaParent( 
   Control dockingAreaParent
)

Parameters

dockingAreaParent
The control or form whose child docking areas positions are to be maintained.
Remarks

Controls that are docked and implement the IDockingArea interface will positioned so that the ones with the highest IDockingArea.PriorityLevel will be placed outsied ones with lower priorties.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also