Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub OnPaint( _ ByVal e As PaintEventArgs _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected override void OnPaint( PaintEventArgs e ) |
Managed Extensions for C++ | |
---|---|
protected: void OnPaint( PaintEventArgs e ) override |
C++/CLI | |
---|---|
protected: void OnPaint( PaintEventArgs e ) override |
Parameters
- e
- A PaintEventArgs that contains the event data.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family