BCGControlBar Library for .NET
AdjustLayout(Form) Method




A form to adjust the layout.
Places in order the size and location of docking panes and control bars on the specified form.
Syntax
'Declaration
 
Public Overloads Sub AdjustLayout( _
   ByVal form As Form _
) 
'Usage
 
Dim instance As LayoutController
Dim form As Form
 
instance.AdjustLayout(form)
public void AdjustLayout( 
   Form form
)
public: void AdjustLayout( 
   Form* form
) 
public:
void AdjustLayout( 
   Form^ form
) 

Parameters

form
A form to adjust the layout.
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

LayoutController Class
LayoutController Members
Overload List

Send Feedback