InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / UiControlActionMapper Property


In This Topic
    UiControlActionMapper Property (IIbmTerminal)
    In This Topic
    Gets the object used to map actions to the user interface control and to retrieve the action sequence from the user interface control.
    Syntax
    'Declaration
     
    
    ReadOnly Property UiControlActionMapper As IUiControlActionMapper
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As IUiControlActionMapper
     
    value = instance.UiControlActionMapper
    IUiControlActionMapper UiControlActionMapper {get;}
    See Also