InfoConnect for Airlines
RemoveMapping(Keys) Method


The key sequence to remove the mapping for
Removes a key mapping from the keyboard map. This method should only be used to remove non-extended keys.
Syntax
'Declaration
 
Overloads Sub RemoveMapping( _
   ByVal key As Keys _
) 
'Usage
 
Dim instance As IKeyboardMapper
Dim key As Keys
 
instance.RemoveMapping(key)
void RemoveMapping( 
   Keys key
)

Parameters

key
The key sequence to remove the mapping for
See Also