Reflection
WyseEnterKeyOption Enumeration


Indicates what is sent to the host when the ENTER key is pressed during a Wyse terminal emulation session.
Syntax
'Declaration
 
Public Enum WyseEnterKeyOption 
   Inherits System.Enum
'Usage
 
Dim instance As WyseEnterKeyOption
public enum WyseEnterKeyOption : System.Enum 
Members
MemberDescription
CRSend a carriage return (CR).
CRLFSend a carriage return and line feed (CRLF).
TABSend a TAB.
Remarks
The selected character or character sequence is sent.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.WyseEnterKeyOption

See Also