←Select platform

AnnKeys Enumeration

Summary

Indicates a key code.

Syntax

C#
VB
Java
Objective-C
WinRT C#
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, 
     
 }; 

Members

ValueMemberDescription
-65536Modifiers Modifiers key
0None No key
8Back Backspace key
9Tab Tab key
13Enter Enter key
16ShiftKey Shift key
17ControlKey Control key
18Menu Menu (Alt) key
27Escape Escape key
32Space Space key
45Insert Insert key
46DeleteKey Delete key
65535KeyCode Indicate the key code
65536Shift Shift key modifier
131072Control Control key modifier
262144Alt ALT key modifier
Remarks

Note:This enumeration is not supported in WinRTPhone

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize