MobileForms Toolkit Documentation

TouchDateTimePicker.OnPaintBackground Method 

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

protected override void OnPaintBackground(
PaintEventArgs e
);

Parameters

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

Remarks

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

See Also

TouchDateTimePicker Class | Resco.Controls.OutlookControls Namespace