See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.AppWizard.Forms
Assembly: NTier.AppWizard.Forms (in NTier.AppWizard.Forms.dll) Version: 1.0.0.0

Syntax

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

See Also