isTouch Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(InteractiveEventArgs.prototype, 'isTouch', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly