InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IMouseMapper Interface / Contains Method
The mouse/key combination to query for.


In This Topic
    Contains Method (IMouseMapper)
    In This Topic
    Returns whether a mapping exists for the specified mouse/key combination in the current mouse map.
    Syntax
    'Declaration
     
    
    Function Contains( _
       ByVal mapping As MouseButtonCombination _
    ) As Boolean
    'Usage
     
    
    Dim instance As IMouseMapper
    Dim mapping As MouseButtonCombination
    Dim value As Boolean
     
    value = instance.Contains(mapping)

    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