BCGControlBar Library for .NET
AdjustLayout(Component) Method




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

Parameters

component
A component 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