BCGControlBar Library for .NET
AdjustPaneLayout Method




if TRUE,  the layout of all the docking panes are adjusted, otherwise, the layout of the floating, tabbed docking pane and with tab control aren't adjusted.
Recalculates the size and position of the controls inside internal client area  and caption's button on the caption of the docking panes which belong to this dockmanager.
Syntax
'Declaration
 
Public Sub AdjustPaneLayout( _
   ByVal all As Boolean _
) 
'Usage
 
Dim instance As DockManager
Dim all As Boolean
 
instance.AdjustPaneLayout(all)
public void AdjustPaneLayout( 
   bool all
)
public: void AdjustPaneLayout( 
   bool all
) 
public:
void AdjustPaneLayout( 
   bool all
) 

Parameters

all
if TRUE,  the layout of all the docking panes are adjusted, otherwise, the layout of the floating, tabbed docking pane and with tab control aren't adjusted.
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