AnnKeys Enumeration

Summary

Indicates a key code.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnKeys = { 
	none: 0x00000000, 
	back: 8, 
	tab: 9, 
	enter: 13, 
	shiftKey: 16, 
	controlKey: 17, 
	menu: 18, 
	escape: 27, 
	space: 32, 
	insert: 45, 
	deleteKey: 46, 
	alt: 0x40000, 
	shift: 0x10000, 
	control: 0x20000, 
	keyCode: 0xFFFF, 
	modifiers: -0x10000 
} 
lt.Annotations.Engine.AnnKeys = { 
	none: 0, 
	back: 8, 
	tab: 9, 
	enter: 13, 
	shiftKey: 16, 
	controlKey: 17, 
	menu: 18, 
	escape: 27, 
	space: 32, 
	insert: 45, 
	deleteKey: 46, 
	alt: 0x40000, 
	shift: 0x10000, 
	control: 0x20000, 
	keyCode: 0xFFFF, 
	modifiers: -0x10000 
} 

Members

0 None

(0)No key

8 Back

(8)Backspace key

9 Tab

(0)Tab key

13 Enter

(13)Enter key

16 ShiftKey

(16)Shift key

17 ControlKey

(17)Control key

18 Menu

(18)Menu (Alt) key

27 Escape

(27)Escape key

32 Space

(32)Space key

45 Insert

(45)Insert key

46 DeleteKey

(46)Delete key

262144 Alt

(0x40000)ALT key modifier

65536 Shift

(0x10000)Shift key modifier

131072 Control

(0x20000)Control key modifier

65535 KeyCode

(0xFFFF)Indicate the key code

-65536 Modifiers

(-0x10000)Modifiers key

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly