Table of Contents

Method AfterPaintBackground

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AfterPaintBackground(Control, PaintEventArgs)

Paints the background of the control.

void AfterPaintBackground(Control sender, PaintEventArgs e)

Parameters

sender Control

Control which sends the notification.

e PaintEventArgs

A PaintEventArgs that contains information about the control to paint.

Remarks

Currently this method is provided for the compatibility and is not called.