InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / MouseMapper Object / RemoveMapping Method
The mouse/key combination to remove the mapping for.
In This Topic
    RemoveMapping Method (MouseMapper)
    In This Topic
    Removes a mouse mapping from the mouse map.
    Syntax
    expression.RemoveMapping( _
       ByVal mapping As MouseButtonCombination _
    ) 
    where expression is a variable that represents a MouseMapper Object

    Parameters

    mapping
    The mouse/key combination to remove the mapping for.
    See Also