InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IKeyboardMapper Interface / Save Method


In This Topic
    Save Method (IKeyboardMapper)
    In This Topic
    Saves changes to current keyboard map
    Syntax
    'Declaration
     
    
    Sub Save() 
    'Usage
     
    
    Dim instance As IKeyboardMapper
     
    instance.Save()
    void Save()
    Exceptions
    ExceptionDescription
    An I/O error occurred while trying to save the keyboard map.
    The caller does not have the required permission to save the keyboard map.
    See Also