InfoConnect for Airlines
KeyboardMapping Constructor(Keys,InputMapActionSequence,Boolean)


The key being mapped.
Optional parameters associated with the action. If there are no parameters needed for the action, null may be specified for this parameter.
Indicates whether this key is an extended key. For IBM Enhanced 101- and 102-key keyboards, extended keys are the right ALT and the right CTRL keys on the main keyboard; the INS, DEL, HOME, END, PAGE UP, PAGE DOWN, and arrow keys to the left of the numeric keypad; and the slash (/) and ENTER keys in the numeric keypad.
Constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As Keys, _
   ByVal mapping As InputMapActionSequence, _
   ByVal isExtendedKey As Boolean _
)
'Usage
 
Dim key As Keys
Dim mapping As InputMapActionSequence
Dim isExtendedKey As Boolean
 
Dim instance As New KeyboardMapping(key, mapping, isExtendedKey)

Parameters

key
The key being mapped.
mapping
Optional parameters associated with the action. If there are no parameters needed for the action, null may be specified for this parameter.
isExtendedKey
Indicates whether this key is an extended key. For IBM Enhanced 101- and 102-key keyboards, extended keys are the right ALT and the right CTRL keys on the main keyboard; the INS, DEL, HOME, END, PAGE UP, PAGE DOWN, and arrow keys to the left of the numeric keypad; and the slash (/) and ENTER keys in the numeric keypad.
See Also