Version

UnregisterDockingAreaParent Method

Unregisters the parent control.
Syntax
'Declaration
 
Public Shared Sub UnregisterDockingAreaParent( _
   ByVal dockingAreaParent As Control _
) 
public static void UnregisterDockingAreaParent( 
   Control dockingAreaParent
)

Parameters

dockingAreaParent
The control or form to unregister.
Remarks

Register calls need to be matched with unregister calls.

Each call to RegisterDockingAreaParent adds to a 'register' count and each call to UnregisterDockingAreaParent decrements it.

The parent control is monitored until the 'register' count goes to 0 or the control is disposed.

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