Indicate a key code.
Syntax
Leadtools.Annotations.Core.AnnKeys = function() { };
Leadtools.Annotations.Core.AnnKeys.prototype = {
modifiers = -0x10000,
none = 0,
enter = 13,
escape = 27,
space = 32,
keyCode = 0xFFFF,
shift = 0x10000,
control = 0x20000,
alt = 0x40000,
};
See Also