BCGControlBar Library for .NET
OnDrawBorder Method (OutlookScrollButton)




A graphics to draw on.
A boundaries of the button to draw.
Draws a border for the OutlookScrollButton.
Syntax
'Declaration
 
Public Overridable Sub OnDrawBorder( _
   ByVal graphics As Graphics, _
   ByVal rectClient As Rectangle _
) 
'Usage
 
Dim instance As OutlookScrollButton
Dim graphics As Graphics
Dim rectClient As Rectangle
 
instance.OnDrawBorder(graphics, rectClient)
public virtual void OnDrawBorder( 
   Graphics graphics,
   Rectangle rectClient
)
public: virtual void OnDrawBorder( 
   Graphics* graphics,
   Rectangle rectClient
) 
public:
virtual void OnDrawBorder( 
   Graphics^ graphics,
   Rectangle rectClient
) 

Parameters

graphics
A graphics to draw on.
rectClient
A boundaries of the button to draw.
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