[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 );
RichControl Class | RichControl Members | System.WinForms Namespace