BCGControlBar Library for .NET
DisposeUnreferredControlWrapper Method




The control wrapper to dispose.
Called by the framework on setting new control wrapper.  Checks if the specifies control wrapper does not belong to any docking pane and then if such a docking pane was not found it will be removed.
Syntax
'Declaration
 
Public Sub DisposeUnreferredControlWrapper( _
   ByVal p As ControlWrapper _
) 
'Usage
 
Dim instance As DockManager
Dim p As ControlWrapper
 
instance.DisposeUnreferredControlWrapper(p)
public void DisposeUnreferredControlWrapper( 
   ControlWrapper p
)
public: void DisposeUnreferredControlWrapper( 
   ControlWrapper* p
) 
public:
void DisposeUnreferredControlWrapper( 
   ControlWrapper^ p
) 

Parameters

p
The control wrapper to dispose.
Requirements

Target Platforms: 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

Reference

DockManager Class
DockManager Members

Send Feedback