Draws the background for the button control.
[Visual Basic] Protected Sub DrawBackground( _ ByVal pevent As PaintEventArgs, _ ByVal r As Rectangle _ ) [C#] protected void DrawBackground( PaintEventArgs pevent, Rectangle r ); [C++] protected: void DrawBackground( PaintEventArgs* pevent, Rectangle r ); [JScript] protected function DrawBackground( pevent : PaintEventArgs, r : Rectangle );
ButtonBase Class | ButtonBase Members | System.WinForms Namespace | DrawFace | DrawImage