Erases background. Note that Azuki does nothing on an event of redrawing background so just ignores WM_ERASEBKGND message.

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
protected override void OnPaintBackground(
	PaintEventArgs e
)
Visual Basic
Protected Overrides Sub OnPaintBackground ( 
	e As PaintEventArgs
)

Parameters

e
Type: System.Windows.Forms..::..PaintEventArgs

See Also