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