←Select platform

PaintEventArgs Property (ImageViewerRenderEventArgs)

Summary

Native paint event arguments associated with this object

Syntax

C#
VB
C++
public System.Windows.Forms.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) 
   } 

Property Value

The native event arguments associated with this object. Default value is null.

Remarks

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).

Example

For an example, refer to PostRender.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls.WinForms Assembly
Click or drag to resize