NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Form.OnPaint

[To be supplied.]

[Visual Basic]
Overrides Protected Sub OnPaint( _
   ByVal e As PaintEventArgs _
)
[C#]
protected override void OnPaint(
   PaintEventArgs e
);
[C++]
protected: override void OnPaint(
   PaintEventArgs* e
);
[JScript]
protected override function OnPaint(
   e : PaintEventArgs
);

Parameters

e
[To be supplied.]

See Also

Form Class | Form Members | System.WinForms Namespace