Paints the button with the current color and 3D borders
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
protected override void OnPaint(
PaintEventArgs e
) |
| Visual Basic |
|---|
Protected Overrides Sub OnPaint (
e As PaintEventArgs
) |
| Visual C++ |
|---|
protected:
virtual void OnPaint(
PaintEventArgs^ e
) override |
| F# |
|---|
abstract OnPaint :
e : PaintEventArgs -> unit
override OnPaint :
e : PaintEventArgs -> unit |
Parameters
- e
- Type: System.Windows.Forms..::..PaintEventArgs
A PaintEventArgs that contains the event data.
See Also