C#
VB
Java
Objective-C
WinRT C#
C++
Indicates a key code.
public enum AnnKeys
Public Enum AnnKeys
public enum AnnKeys
typedef enum LTAnnKeys
public enum AnnKeys
Leadtools.Annotations.Core.AnnKeys = function() { };
Leadtools.Annotations.Core.AnnKeys.prototype = {
Modifiers = 0xFFFF0000,
None = 0x00000000,
Back = 0x00000008,
Tab = 0x00000009,
Enter = 0x0000000D,
ShiftKey = 0x00000010,
ControlKey = 0x00000011,
Menu = 0x00000012,
Escape = 0x0000001B,
Space = 0x00000020,
Insert = 0x0000002D,
DeleteKey = 0x0000002E,
KeyCode = 0x0000FFFF,
Shift = 0x00010000,
Control = 0x00020000,
Alt = 0x00040000,
};
public:
enum class AnnKeys sealed
Members
Value | Member | Description |
---|---|---|
-65536 | Modifiers | Modifiers key |
0 | None | No key |
8 | Back | Backspace key |
9 | Tab | Tab key |
13 | Enter | Enter key |
16 | ShiftKey | Shift key |
17 | ControlKey | Control key |
18 | Menu | Menu (Alt) key |
27 | Escape | Escape key |
32 | Space | Space key |
45 | Insert | Insert key |
46 | DeleteKey | Delete key |
65535 | KeyCode | Indicate the key code |
65536 | Shift | Shift key modifier |
131072 | Control | Control key modifier |
262144 | Alt | ALT key modifier |
Note:This enumeration is not supported in WinRTPhone
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET