Instrumentation Widgets for PDA

Widget.DrawDynamic Method 

Virtual method that perform actual drawing of dynamic part of the control.

[Visual Basic]
Overridable Protected Sub DrawDynamic( _
   ByVal g As Graphics _
)
[C#]
protected virtual void DrawDynamic(
   Graphics g
);

See Also

Widget Class | PerpetuumSoft.InstrumentationPDA Namespace