Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IKeyboardMapper Interface / RemoveMapping Method / RemoveMapping(Keys) Method
The key sequence for which to remove the mapping.


In This Topic
RemoveMapping(Keys) Method
In This Topic
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)

Parameters

key
The key sequence for which to remove the mapping.
See Also