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


In This Topic
    WyseEnterKey Property
    In This Topic
    Gets or sets what is sent to the host when the Enter key is pressed. This property is valid only during Wyse terminal emulation.
    Syntax
    'Declaration
     
    
    Property WyseEnterKey As WyseEnterKeyOption
    'Usage
     
    
    Dim instance As IScreen
    Dim value As WyseEnterKeyOption
     
    instance.WyseEnterKey = value
     
    value = instance.WyseEnterKey
    WyseEnterKeyOption WyseEnterKey {get; set;}
    See Also