Attachmate Reflection 2014 .NET API Reference
RemoveMapping(Keys,Boolean) Method


The key sequence for which to remove the mapping.
Indicates whether this key is an extended key. For IBM Enhanced 101-key and 102-key keyboards, extended keys are the right ALT and the right CTRL keys on the main section of the keyboard; the INS, DEL, HOME, END, PAGE UP, PAGE DOWN, and arrow keys in the clusters to the left of the numeric keypad; and the slash (/) and ENTER keys in the numeric keypad.
Removes a key mapping from the keyboard map.
Syntax
'Declaration
 
Overloads Sub RemoveMapping( _
   ByVal key As Keys, _
   ByVal isExtendedKey As Boolean _
) 
'Usage
 
Dim instance As IKeyboardMapper
Dim key As Keys
Dim isExtendedKey As Boolean
 
instance.RemoveMapping(key, isExtendedKey)
void RemoveMapping( 
   Keys key,
   bool isExtendedKey
)

Parameters

key
The key sequence for which to remove the mapping.
isExtendedKey
Indicates whether this key is an extended key. For IBM Enhanced 101-key and 102-key keyboards, extended keys are the right ALT and the right CTRL keys on the main section of the keyboard; the INS, DEL, HOME, END, PAGE UP, PAGE DOWN, and arrow keys in the clusters to the left of the numeric keypad; and the slash (/) and ENTER keys in the numeric keypad.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IKeyboardMapper Interface
IKeyboardMapper Members
Overload List

Send Feedback