InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IKeyboardMapper Interface
Properties Methods

In This Topic
    IKeyboardMapper Interface Members
    In This Topic

    The following tables list the members exposed by IKeyboardMapper.

    Public Properties
     NameDescription
     PropertyGets or sets the name of the keymap file.  
     PropertyReturns a set of all the keys that have been remapped in the current keyboard map.  
     PropertyGets the parent object. The parent is the IIbmTerminal object.  
    Top
    Public Methods
     NameDescription
     MethodAdds a key mapping to the current keyboard map.  
     MethodOverloaded. Returns whether there is a mapping for a specified key combination in the current keyboard map. This method only works for non-extended keys.  
     MethodOverloaded. Removes a key mapping from the keyboard map. This method should only be used to remove non-extended keys.  
     MethodSaves changes to current keyboard map.  
     MethodSaves current keyboard map contents to a file.  
    Top
    See Also