BCGControlBar Library for .NET
OnDrawStatusBarSizeBox Method (VisualManager)




A DrawStatusBarPaneDef object associated with status bar control to draw a status bar size box.
Called by the framework on redrawing the status bar control. Draws a size box on the status bar.
Syntax
'Declaration
 
Public Overridable Sub OnDrawStatusBarSizeBox( _
   ByVal vd As DrawStatusBarPaneDef _
) 
'Usage
 
Dim instance As VisualManager
Dim vd As DrawStatusBarPaneDef
 
instance.OnDrawStatusBarSizeBox(vd)
public virtual void OnDrawStatusBarSizeBox( 
   DrawStatusBarPaneDef vd
)
public: virtual void OnDrawStatusBarSizeBox( 
   DrawStatusBarPaneDef* vd
) 
public:
virtual void OnDrawStatusBarSizeBox( 
   DrawStatusBarPaneDef^ vd
) 

Parameters

vd
A DrawStatusBarPaneDef object associated with status bar control to draw a status bar size box.
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

VisualManager Class
VisualManager Members

Send Feedback