eventsTarget Property

Summary

Events target control or HTML element.

Syntax

JavaScript Syntax
Object.defineProperty(InteractiveService.prototype, 'eventsTarget', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
eventsTarget: HTMLElement; 

Property Value

The events target control or HTML element.

Remarks

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.

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 Assembly