BCGControlBar Library for .NET
AdjustDockingLayout Method




Adjusts the Layout of the docking panes, which belongs to the dock manager. Called by the framework when the state of the any docking pane is changed.

Syntax
'Declaration
 
Public Sub AdjustDockingLayout() 
'Usage
 
Dim instance As DockManager
 
instance.AdjustDockingLayout()
public void AdjustDockingLayout()
public: void AdjustDockingLayout(); 
public:
void AdjustDockingLayout(); 
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