CADability dotNET

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

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

See Also