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