PPCC Namespace
Occurs when the control background is painted

Namespace:  PPCC.ColorTab
Assembly:  ColorTab (in ColorTab.dll)
Version: 1.6.4.0

Syntax

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

Parameters

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

See Also