MobileForms Toolkit Documentation

DetailView.OnPaintBackground Method 

Overrides OnPaintBackground to prevent painting the background of the DetailView control.

protected override void OnPaintBackground(
PaintEventArgs pevent
);

Parameters

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

Remarks

Because the DetailView is a complex control, this override is implemented to have no action. Therefore, calling this method will have no effect.

See Also

DetailView Class | Resco.Controls.DetailView Namespace