DataGate Print File Designer® - Build 8.0.355 and above

BaseField.OnPaintBackground Method

OnPaintBackground paints the background of the control.

control.OnPaintBackground(System.Windows.Forms.PaintEventArgs)

Parameters

A System.Windows.Forms.PaintEventArgs that contains information about the control to paint.

Remarks

OnPaintBackground overrides the Control.OnPaintBackground method.  When overriding this method, it is not necessary to call the base class's OnPaintBackground method.

See Also

BaseField ClassBaseField Class Members | Control.OnPaintBackground Method | System.Windows.Forms.PaintEventArgs Class