Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / KeyboardMapper Object / Contains Method
A Keys value that specifies the key sequence for which to query.
In This Topic
Contains Method (KeyboardMapper)
In This Topic
Returns whether there is a mapping for a specified key combination in the current keyboard map. This method only works for non-extended keys.
Syntax
expression.Contains( _
   ByVal key As Keys _
) As Boolean
where expression is a variable that represents a KeyboardMapper Object

Parameters

key
A Keys value that specifies the key sequence for which to query.

Return Value

True if the current keyboard map contains a mapping for key, false if not.
See Also