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


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