←Select platform

EventsSource Property

Summary

Events source control or HTML element.

Syntax

C#
VB
C++
public Control EventsSource { get; } 
Public ReadOnly Property EventsSource() As System.Windows.Forms.Control 
   Get 
public:  
   property System::Windows::Forms::Control^ EventsSource 
   { 
      System::Windows::Forms::Control^ get() 
   } 

Property Value

The events source control HTML element.

Remarks

This is the same value set in the eventsSource parameter to the Create method. The events of this control will be subscribed to and converted from raw mouse and touch to the common events mentioned above. Required and must be a valid control or HTML element on the page.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly