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!

RichControl.InvokePaint

[To be supplied.]

[Visual Basic]
Protected Sub InvokePaint( _
   ByVal c As RichControl, _
   ByVal e As PaintEventArgs _
)
[C#]
protected void InvokePaint(
   RichControl c,
   PaintEventArgs e
);
[C++]
protected: void InvokePaint(
   RichControl* c,
   PaintEventArgs* e
);
[JScript]
protected function InvokePaint(
   c : RichControl,
   e : PaintEventArgs
);

Parameters

c
[To be supplied.]
e
[To be supplied.]

See Also

RichControl Class | RichControl Members | System.WinForms Namespace