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.PaintFlatDown

Draws a flat button control in the mouse down state.

[Visual Basic]
Overridable Protected Sub PaintFlatDown( _
   ByVal pevent As PaintEventArgs _
)
[C#]
protected virtual void PaintFlatDown(
   PaintEventArgs pevent
);
[C++]
protected: virtual void PaintFlatDown(
   PaintEventArgs* pevent
);
[JScript]
protected function PaintFlatDown(
   pevent : PaintEventArgs
);

Parameters

pevent
A PaintEventArgs that contains the event data.

Remarks

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

See Also

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