LTDevice Enumeration

Summary

Specifies the current device.

Syntax
TypeScript
JavaScript
lt.LTDevice = { 
	unknown: 0, 
	desktop: 1, 
	mobile: 2, 
	tablet: 3 
} 
lt.LTDevice = { 
	unknown: 0, 
	desktop: 1, 
	mobile: 2, 
	tablet: 3 
} 

Members

0 Unknown

(0)Unknown device.

1 Desktop

(1)Desktop

2 Mobile

(2)Mobile phone

3 Tablet

(3)Tablet

Example

For an example, refer to LTHelper.

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly