Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / MouseMapper Object / Contains Method
A MouseButtonCombination object that contains the mouse/key combination for which to query.
In This Topic
    Contains Method (MouseMapper)
    In This Topic
    Returns whether there is a mapping for a specified mouse/key combination in the current mouse map.
    Syntax
    expression.Contains( _
       ByVal mapping As MouseButtonCombination _
    ) As Boolean
    where expression is a variable that represents a MouseMapper Object

    Parameters

    mapping
    A MouseButtonCombination object that contains the mouse/key combination for which to query.

    Return Value

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