BCGControlBar Library for .NET
OnDraw Method (QATCustomizeButton)




A Graphics to draw the QATCustomizeButton on.
The boundaries of the QATCustomizeButton to draw.
Redraws the interior of the QATCustomizeButton.
Syntax
'Declaration
 
Public Overrides Sub OnDraw( _
   ByVal grph As Graphics, _
   ByVal bounds As Rectangle _
) 
'Usage
 
Dim instance As QATCustomizeButton
Dim grph As Graphics
Dim bounds As Rectangle
 
instance.OnDraw(grph, bounds)
public override void OnDraw( 
   Graphics grph,
   Rectangle bounds
)
public: void OnDraw( 
   Graphics* grph,
   Rectangle bounds
) override 
public:
void OnDraw( 
   Graphics^ grph,
   Rectangle bounds
) override 

Parameters

grph
A Graphics to draw the QATCustomizeButton on.
bounds
The boundaries of the QATCustomizeButton 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

QATCustomizeButton Class
QATCustomizeButton Members
Base Implementation in OnDraw

Send Feedback