ElementHost::OnPaint Method (PaintEventArgs^)
.NET Framework (current version)
Raises the Paint event.
Assembly: WindowsFormsIntegration (in WindowsFormsIntegration.dll)
Parameters
- e
-
Type:
System.Windows.Forms::PaintEventArgs^
A PaintEventArgs that contains the event data.
The ElementHost implementation of the OnPaint method forwards to the base class implementation.
Notes to Inheritors:
Do not override this implementation of the OnPaint method. The ElementHost control manages the painting of its hosted element, and overriding OnPaint will cause unpredictable results.
.NET Framework
Available since 3.0
Available since 3.0
Show: