Indicates a key code.
public enum AnnKeys
Public Enum AnnKeys
c#[WinRT C# Syntax]
public enum AnnKeys
typedef enum LTAnnKeys
public enum AnnKeys
Leadtools.Annotations.Engine.AnnKeys = function() { };
Leadtools.Annotations.Engine.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
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
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document