Native paint event arguments associated with this object
public PaintEventArgs PaintEventArgs { get; set; }
Public Property PaintEventArgs() As System.Windows.Forms.PaintEventArgs
Get
Set
public:
property System::Windows::Forms::PaintEventArgs^ PaintEventArgs
{
System::Windows::Forms::PaintEventArgs^ get()
void set(System::Windows::Forms::PaintEventArgs^ value)
}
The native event arguments associated with this object. Default value is null.
This member will be automatically populated by the LEADTOOLS controls with the native paint event arguments. For example, PostRender set to the value obtained from System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs).
For an example, refer to PostRender.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET