AnnMouseButton Enumeration

Summary

Indicates a mouse button.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnMouseButton = { 
	none: 0, 
	left: 1, 
	right: 2, 
	middle: 3 
} 
lt.Annotations.Engine.AnnMouseButton = { 
	none: 0, 
	left: 1, 
	right: 2, 
	middle: 3 
} 
Members

0

None

(0)No mouse button.

1

Left

(1)Left mouse button.

2

Right

(2)Right mouse button.

3

Middle

(3)Middle mouse button.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.