InfoConnect for Airlines
Save Method (IKeyboardMapper)


Saves changes to current keyboard map
Syntax
'Declaration
 
Sub Save() 
'Usage
 
Dim instance As IKeyboardMapper
 
instance.Save()
void Save()
Exceptions
ExceptionDescription
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.
See Also