InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / KeyboardMapper Class
Members


In This Topic
    KeyboardMapper Class
    In This Topic
    Provides the ability to view keyboard mappings for the terminal session, and to remap keys programmatically.
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public NotInheritable Class KeyboardMapper 
       Inherits Attachmate.Reflection.Framework.Proxy
       Implements IKeyboardMapper, Attachmate.Reflection.Framework.IProxy 
    'Usage
     
    
    Dim instance As KeyboardMapper
    [Serializable()]
    public sealed class KeyboardMapper : Attachmate.Reflection.Framework.Proxy, IKeyboardMapper, Attachmate.Reflection.Framework.IProxy  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
             Attachmate.Reflection.Emulation.Common.KeyboardMapper

    See Also