BCGControlBar Library for .NET
DisposeUrefferedContainer Method




Called by the framework on setting recent dock for the docking container or saving the state of the docking pane. Checks if any docking pane from the docking pane's collection of current dockmanager has the specified docking container. If there is no such a docking pane, the specified  docking container will be destroyed.
Syntax
'Declaration
 
Public Sub DisposeUrefferedContainer( _
   ByVal p As DockingContainer _
) 
'Usage
 
Dim instance As DockManager
Dim p As DockingContainer
 
instance.DisposeUrefferedContainer(p)
public void DisposeUrefferedContainer( 
   DockingContainer p
)
public: void DisposeUrefferedContainer( 
   DockingContainer* p
) 
public:
void DisposeUrefferedContainer( 
   DockingContainer^ p
) 

Parameters

p
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