supportsMouse Property

Summary

Gets a value that indicate whether the current platform supports a mouse.

Syntax

JavaScript Syntax
Object.defineProperty(InteractiveService.prototype, 'supportsMouse', 
	get: function() 
) 
TypeScript Syntax
supportsMouse: boolean; // read-only 

Property Value

true if the current platform supports a mouse. Otherwise; false. Returns the value of LTHelper.SupportsMouse.

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