Instrumentation Widgets for PDA

Widget.OnPaintBackground Method 

Overrides standard OnPaintBackground to avoid flicking.

[Visual Basic]
Overrides Protected Sub OnPaintBackground( _
   ByVal e As PaintEventArgs _
)
[C#]
protected override void OnPaintBackground(
   PaintEventArgs e
);

Parameters

e

See Also

Widget Class | PerpetuumSoft.InstrumentationPDA Namespace