Method AfterPaintBackground
AfterPaintBackground(Control, PaintEventArgs)
Paints the background of the control.
public virtual void AfterPaintBackground(Control sender, PaintEventArgs e)
Parameters
sender
ControlControl which sends the notification.
e
PaintEventArgsA PaintEventArgs that contains information about the control to paint.
Remarks
Currently this method is provided for the compatibility and is not called.