InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / KeyboardMapper Object / Contains Method
The key sequence to query for.
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
    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