BCGControlBar Library for .NET
OnFillRibbonStatusBarBackground Method (VisualManager)




Specifies the DrawRibbonStatusBarDef object associated with a status bar to redraw.
Called by the framework on redrawing of the RibbonStatusBar. Fills the background of the RibbonStatusBar.
Syntax
'Declaration
 
Public Overridable Sub OnFillRibbonStatusBarBackground( _
   ByVal vd As DrawRibbonStatusBarDef _
) 
'Usage
 
Dim instance As VisualManager
Dim vd As DrawRibbonStatusBarDef
 
instance.OnFillRibbonStatusBarBackground(vd)
public virtual void OnFillRibbonStatusBarBackground( 
   DrawRibbonStatusBarDef vd
)
public: virtual void OnFillRibbonStatusBarBackground( 
   DrawRibbonStatusBarDef* vd
) 
public:
virtual void OnFillRibbonStatusBarBackground( 
   DrawRibbonStatusBarDef^ vd
) 

Parameters

vd
Specifies the DrawRibbonStatusBarDef object associated with a status bar to redraw.
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