InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / MouseMapper Object / AddMapping Method
A mapping between a mouse/key combination and a set of actions to perform when that mouse button combination is pressed in a host session.
In This Topic
    AddMapping Method (MouseMapper)
    In This Topic
    Adds a mouse button mapping to the current mouse map.
    Syntax
    expression.AddMapping( _
       ByVal mapping As MouseMapping _
    ) 
    where expression is a variable that represents a MouseMapper Object

    Parameters

    mapping
    A mapping between a mouse/key combination and a set of actions to perform when that mouse button combination is pressed in a host session.
    Remarks
    A mouse/key combination can also be remapped to do nothing if the InputMapSequenceAction specified in mapping.Mapping has no InputMapActions added to it.
    See Also