InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / MouseMapper Object / Contains Method
The mouse/key combination to query for.
In This Topic
    Contains Method (MouseMapper)
    In This Topic
    Returns whether the current mouse map has a mapping for the specified mouse/key combination.
    Syntax
    expression.Contains( _
       ByVal mapping As MouseButtonCombination _
    ) As Boolean
    where expression is a variable that represents a MouseMapper Object

    Parameters

    mapping
    The mouse/key combination to query for.

    Return Value

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