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.InvokePaintBackground

[To be supplied.]

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

Parameters

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

See Also

RichControl Class | RichControl Members | System.WinForms Namespace