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