InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / KeyboardMapper Property


In This Topic
    KeyboardMapper Property (IUtsTerminal)
    In This Topic
    Gets the KeyboardMapper object.
    Syntax
    'Declaration
     
    
    ReadOnly Property KeyboardMapper As IKeyboardMapper
    'Usage
     
    
    Dim instance As IUtsTerminal
    Dim value As IKeyboardMapper
     
    value = instance.KeyboardMapper
    IKeyboardMapper KeyboardMapper {get;}
    See Also