ActiveReports.Viewer3 Request technical support
Draw Method
See Also 


theGraphics
The graphics object on which to draw the button.
Draws the button on the specified Graphics object.

Syntax

Visual Basic (Declaration) 
Overrides Public Sub Draw( _
   ByVal theGraphics As Graphics _
) 
Visual Basic (Usage)Copy Code
Dim instance As Button
Dim theGraphics As Graphics
 
instance.Draw(theGraphics)
C# 
public override void Draw( 
   Graphics theGraphics
)

Parameters

theGraphics
The graphics object on which to draw the button.

See Also