BCGControlBar Library for .NET
OnFillBackground Method (OutlookScrollButton)




A graphics to fill.
A boundaries of the OutlookScrollButton to fill the backgruond.
Fills the background of the OutlookScrollButton.
Syntax
'Declaration
 
Public Overridable Sub OnFillBackground( _
   ByVal graphics As Graphics, _
   ByVal rectClient As Rectangle _
) 
'Usage
 
Dim instance As OutlookScrollButton
Dim graphics As Graphics
Dim rectClient As Rectangle
 
instance.OnFillBackground(graphics, rectClient)
public virtual void OnFillBackground( 
   Graphics graphics,
   Rectangle rectClient
)
public: virtual void OnFillBackground( 
   Graphics* graphics,
   Rectangle rectClient
) 
public:
virtual void OnFillBackground( 
   Graphics^ graphics,
   Rectangle rectClient
) 

Parameters

graphics
A graphics to fill.
rectClient
A boundaries of the OutlookScrollButton to fill the backgruond.
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

OutlookScrollButton Class
OutlookScrollButton Members

Send Feedback