InfoConnect for Unisys VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library
/
KeyboardMapper Object
/ Contains Method
The key sequence to query 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
Contains Method (KeyboardMapper)
In This Topic
Returns whether the current keyboard map has a mapping for a specified key combination. This method only works for non-extended keys.
Syntax
Visual Basic (Declaration)
expression
.Contains( _
ByVal
key
As
Keys
_ )
As
Boolean
where
expression
is a variable that represents a
KeyboardMapper Object
Parameters
key
The key sequence to query for.
Return Value
True if the current keyboard map contains a mapping for key, false if not.
See Also
Reference
KeyboardMapper Object
KeyboardMapper Members