InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / IbmSendKey Property


In This Topic
    IbmSendKey Property
    In This Topic
    Gets or sets how the Send key behaves during IBM 3151 terminal sessions (TerminalType = rcIBM3151).
    Syntax
    'Declaration
     
    
    Property IbmSendKey As IbmSendKeyOption
    'Usage
     
    
    Dim instance As IScreen
    Dim value As IbmSendKeyOption
     
    instance.IbmSendKey = value
     
    value = instance.IbmSendKey
    IbmSendKeyOption IbmSendKey {get; set;}
    See Also