MobileForms Toolkit Documentation

OutlookShortcutBar.OnPaintBackground Method 

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

protected override void OnPaintBackground(
PaintEventArgs e
);

Parameters

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

Remarks

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

See Also

OutlookShortcutBar Class | Resco.Controls.OutlookControls Namespace