Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / MouseMapper Object / MouseMap Property
In This Topic
    MouseMap Property (MouseMapper)
    In This Topic
    Gets or sets the name of the mouse map file.
    Syntax
    expression.MouseMap As String
    where expression is a variable that represents a MouseMapper Object
    Remarks
    When setting the mouse map file, if the value is not a full path, Reflection searches for the file in the user's Reflection document folder and in the Built-Ins/Keyboard Maps folder.

    If the file isn't found, or if the full path that is passed in does not exist, a FileNotFoundException is thrown.

    See Also