'UsageDim instance As IKeyboardMapper Dim pathName As String instance.SaveAs(pathName)
Parameters
- pathName
- The path to the new keyboard map file
'UsageDim instance As IKeyboardMapper Dim pathName As String instance.SaveAs(pathName)
| Exception | Description |
|---|---|
| System.IO.IOException | An I/O error occurred while trying to save the keyboard map. |
| System.Security.SecurityException | The caller does not have the required permission to save the keyboard map. |