Leadtools.Controls Namespace > InteractiveService Object : EventsTarget Property |
get_eventsTarget();
set_eventsTarget(value);
Object.defineProperty('eventsTarget');
Type | Description |
---|---|
Element | The events target control or HTML element. |
This is the same value set in the eventsTarget parameter to the Create method. This element is the target that will be used to check if the event is triggered on its surface and all coordinates will be translated based on its position. Required and must be a valid control or HTML element on the page.