NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ButtonBase.PaintNormal

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
);

Parameters

pevent
A PaintEventArgs that contains the event data.

Remarks

Notes to Inheritors: When overriding PaintFlat in a derived class, be sure to call the base class's PaintFlat method.

See Also

ButtonBase Class | ButtonBase Members | System.WinForms Namespace | PaintRaised | PaintFlatUp | PaintFlatDown | PaintDown