←Select platform

PaintEventArgs Property

Summary

Native paint event arguments associated with this object

Syntax
C#
C++/CLI
public PaintEventArgs 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).

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

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