Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library
/
Attachmate.Reflection.Objects.Emulation.IbmHosts Library
/
KeyboardMapper Object
/ RemoveMapping Method
The
Keys
enumeration value that specifies the key sequence to remove the mapping for.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Visual Basic (Declaration)
In This Topic
RemoveMapping Method (KeyboardMapper)
In This Topic
Removes a key mapping from the keyboard map. This method should only be used to remove non-extended keys.
Syntax
Visual Basic (Declaration)
expression
.RemoveMapping( _
ByVal
key
As
Keys
_ )
where
expression
is a variable that represents a
KeyboardMapper Object
Parameters
key
The
Keys
enumeration value that specifies the key sequence to remove the mapping for.
See Also
Reference
KeyboardMapper Object
KeyboardMapper Members