BCGControlBar Library for .NET
AdjustLayout Method (MiniFrame)




If the miniframe has an embedded control, sets its size  equal to the client area size of the miniframe window. Called by the framework when the floating mode is setting for any docking pane or when any docking pane is docked within the miniframe window.
Syntax
'Declaration
 
Public Overridable Sub AdjustLayout() 
'Usage
 
Dim instance As MiniFrame
 
instance.AdjustLayout()
public virtual void AdjustLayout()
public: virtual void AdjustLayout(); 
public:
virtual void AdjustLayout(); 
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

MiniFrame Class
MiniFrame Members

Send Feedback