'DeclarationPublic Property KeyMap As String
'UsageDim instance As KeyboardMapper Dim value As String instance.KeyMap = value value = instance.KeyMap
public string KeyMap {get; set;}
Gets or sets the name of the keymap file.'DeclarationPublic Property KeyMap As String
'UsageDim instance As KeyboardMapper Dim value As String instance.KeyMap = value value = instance.KeyMap
public string KeyMap {get; set;}
| Exception | Description |
|---|---|
| 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. |
If the file cannot be found there, or the full path passed in does not exist, a FileNotFoundException is thrown.
private KeyMapper mapper; //Set the full path as a keymap. mapper.KeyMap = "Full path";