InfoConnect for Airlines VBA Guide
MouseMap Property (MouseMapper)
Gets or sets the name of the mouse map file.
Syntax
Object.MouseMap As String
Remarks
When setting the mouse map file, if the value is not a full path, InfoConnect searches for the file in the user's InfoConnect 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