Paints the background of the control.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
protected override void OnPaintBackground(
PaintEventArgs pevent
) |
| Visual Basic |
|---|
Protected Overrides Sub OnPaintBackground (
pevent As PaintEventArgs
) |
| Visual C++ |
|---|
protected:
virtual void OnPaintBackground(
PaintEventArgs^ pevent
) override |
| F# |
|---|
abstract OnPaintBackground :
pevent : PaintEventArgs -> unit
override OnPaintBackground :
pevent : PaintEventArgs -> unit |
Parameters
- pevent
- Type: System.Windows.Forms..::..PaintEventArgs
A PaintEventArgs that contains information about the control to paint.
See Also