MobileForms Toolkit Documentation

InkBox.OnPaintBackground Method 

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

protected override void OnPaintBackground(
PaintEventArgs e
);

Parameters

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

Remarks

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

See Also

InkBox Class | Resco.Controls.OutlookControls Namespace