InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / WyseEnterKeyOption Enumeration
In This Topic
    WyseEnterKeyOption Enumeration
    In This Topic
    Indicates what is sent to the host when the ENTER key is pressed during a Wyse terminal emulation session.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485EB0")>
    Public Enum WyseEnterKeyOption 
       Inherits System.Enum
    Members
    MemberDescription
    CR 
    CRLF 
    TAB 
    Remarks
    The selected character or character sequence is sent.
    See Also