BCGControlBar Library for .NET
RecalcLayout Method (StatusBarControl)




Called by the framework to recalculate the boundaries of the StatusBarControl itself and its StatusBar Panels on creation, resizing, changing font, adding or removing new item to panes' collection.
Syntax
'Declaration
 
Public Overridable Sub RecalcLayout() 
'Usage
 
Dim instance As StatusBarControl
 
instance.RecalcLayout()
public virtual void RecalcLayout()
public: virtual void RecalcLayout(); 
public:
virtual void RecalcLayout(); 
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

StatusBarControl Class
StatusBarControl Members

Send Feedback