Attachmate Reflection 2014 .NET API Reference
KeyMap Property (IKeyboardMapper)


Gets or sets the name of the keymap file.
Syntax
'Declaration
 
Property KeyMap As String
'Usage
 
Dim instance As IKeyboardMapper
Dim value As String
 
instance.KeyMap = value
 
value = instance.KeyMap
string KeyMap {get; set;}
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Remarks
When setting the keymap 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 the full path that's passed in does not exist, a FileNotFoundException is thrown.

Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IKeyboardMapper Interface
IKeyboardMapper Members

Send Feedback