[To be supplied.]
The following declaration shows the syntax for a method that handles the Paint event.
[Visual Basic] Private Sub RichControlName_Paint( _ ByVal sender As Object, _ ByVal e As PaintEventArgs _ ) [C#] private void RichControlName_Paint( object sender, PaintEventArgs e ); [C++] private: void RichControlName_Paint( Object* sender, PaintEventArgs* e ); [JScript] private RichControlName_Paint( sender : Object, e : PaintEventArgs );
Property | Description |
---|---|
|
|
|
RichControl Class | RichControl MembersTopic | System.WinForms Namespace