MobileForms Toolkit Documentation

MonthCalendarEx.OnPaintBackground Method 

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

protected override void OnPaintBackground(
PaintEventArgs e
);

Parameters

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

Remarks

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

See Also

MonthCalendarEx Class | Resco.Controls.DetailView.DetailViewInternal Namespace