Reflection
IKeyboardMapper Interface Members
Properties  Methods 

The following tables list the members exposed by IKeyboardMapper.

Public Properties
 NameDescription
 PropertyKeyMapGets or sets the name of the keymap file.  
 PropertyMappingCollectionReturns a set of all the keys that have been remapped in the current keyboard map.  
 PropertyParentGets the parent object (IIbmTerminal).  
Top
Public Methods
 NameDescription
 MethodAddMappingAdds a key mapping to the current keyboard map.  
 MethodContainsOverloaded. Returns whether there is a mapping for a specified key combination in the current keyboard map. This method only works for non-extended keys.  
 MethodRemoveMappingOverloaded. Removes a key mapping from the keyboard map. This method should only be used to remove non-extended keys.  
 MethodSaveSaves changes to current keyboard map  
 MethodSaveAsSaves current keyboard map contents to a file  
Top
See Also