←Select platform

PaintEventArgs Property

Summary

Native paint event arguments associated with this object

Syntax
C#
VB
C++
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) 
   } 

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
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.