MobileForms Toolkit Documentation

ImageBox.OnPaintBackground Method 

Paints the background of the control.

protected override void OnPaintBackground(
PaintEventArgs e
);

Parameters

e
A PaintEventArgs that contains information about the control to paint.

Remarks

The implementation of this method is currently empty to avoid flickering, because the OnPaint method always paints the whole client area of the control.

See Also

ImageBox Class | Resco.Controls.ImageBox Namespace