Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / KeyboardMapper Object / KeyMap Property
In This Topic
    KeyMap Property (KeyboardMapper)
    In This Topic
    Gets or sets the name of the keymap file.
    Syntax
    expression.KeyMap As String
    where expression is a variable that represents a KeyboardMapper Object
    Remarks
    When setting the filename, if the value is not a full path, Reflection searches the user's Reflection data folder and the Built-Ins/Keyboard Maps folder.

    If the file cannot be found there, or the full path passed in does not exist, a FileNotFoundException is thrown.

    See Also