- e
- For more information, refer to OnPaintBackground.
| Visual Basic (Declaration) | |
|---|---|
Overrides Protected Sub OnPaintBackground( _ ByVal e As PaintEventArgs _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
protected override void OnPaintBackground( PaintEventArgs e ) | |
| C++/CLI | |
|---|---|
protected: void OnPaintBackground( PaintEventArgs^ e ) override | |
Parameters
- e
- For more information, refer to OnPaintBackground.
For more information, refer to OnPaintBackground.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code