Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts 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 name of this file, if the full path isn't provided, Reflection searches the user's Reflection data folder and the Built-Ins/Keyboard Maps folder. If the file isn't found there, or the full path passed in does not exist, a FileNotFoundException is thrown.
    See Also