Draws a flat button control.
[Visual Basic] Overridable Protected Sub PaintNormal( _ ByVal pevent As PaintEventArgs _ ) [C#] protected virtual void PaintNormal( PaintEventArgs pevent ); [C++] protected: virtual void PaintNormal( PaintEventArgs* pevent ); [JScript] protected function PaintNormal( pevent : PaintEventArgs );
Notes to Inheritors: When overriding PaintFlat in a derived class, be sure to call the base class's PaintFlat method.
ButtonBase Class | ButtonBase Members | System.WinForms Namespace | PaintRaised | PaintFlatUp | PaintFlatDown | PaintDown