isTouch Property

Summary

Indicates whether the native event was created by a touch gesture.

Syntax
TypeScript
JavaScript
Object.defineProperty(InteractiveEventArgs.prototype, 'isTouch', 
	get: function(), 
	set: function(value) 
) 
isTouch: boolean; 

Property Value

A boolean indicating whether the interaction was created by touch instead of a pointer or key.

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.