| DataGate Print File Designer® - Build 8.0.355 and above |
|
BaseField.OnPaint Method
OnPaint overrides the
Control.OnPaint
method and raises the
Control.Paint
event.
control.OnPaint(System.Windows.Forms.PaintEventArgs)
Parameters
A
System.Windows.Forms.PaintEventArgs
that contains the event data.
Remarks
The Control.Paint event occurs when a control is redrawn. The event
handler receives an argument of type PaintEventArgs which specifies the
Graphics
to use to paint the control and the
ClipRectangle
in which to paint.
See Also
BaseField Class | BaseField
Class Members |
Control.OnPaint
Method
|
Control.Paint
Event
|
System.Windows.Forms.PaintEventArgs
|
System.Windows.Forms.PaintEventArgs.Graphics
Property
|
System.Windows.Format.PaintEventArgs.ClipRectangle Property