Does nothing - overridden to prevent the background from painting.
Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Protected Overrides Sub OnPaintBackground( _ ByVal e As PaintEventArgs _ ) |
| C# |
|---|
| protected override void OnPaintBackground( PaintEventArgs e ) |
| C++ |
|---|
| protected: virtual void OnPaintBackground( PaintEventArgs e ) override |
| J# |
|---|
| protected override void OnPaintBackground( PaintEventArgs e ) |
| JScript |
|---|
| protected override
function OnPaintBackground( e : PaintEventArgs ) |
Parameters
- e