LEADTOOLS JavaScript (Leadtools.Controls)
LEAD Technologies, Inc

Keys Enumeration


Indicates a key code.
Syntax
Leadtools.Controls.Keys = function() { };
Leadtools.Controls.Keys.prototype = {
modifiers = -0x10000, none = 0, enter = 13, escape = 27, space = 32, keyCode = 0xFFFF, shift = 0x10000, control = 0x20000, alt = 0x40000, };
!MISSING Scrap '_RTJavaScript_Enumeration_SYNTAX'!
Members
ValueMemberDescription
-0x10000modifiersMask for modifier keys
0noneNo key
13enterEnter key
27escapeEscape key
32spaceSpace key
0xFFFFkeyCodeMask for key codes
0x10000shiftShift key
0x20000controlControl key
0x40000altALT key
See Also

Reference

Leadtools.Controls Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.