WyseAttributeOption Enumeration
In This Topic
Indicates the attribute mode for the Wyse terminal display.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485EAE")>
Public Enum WyseAttributeOption
Inherits System.Enum
Members
Member | Description |
Character | Character mode, which adds the current display attribute to each character as it is received, exactly like a VT emulator. |
Line | Line mode, which adds the newly specified display attribute to every subsequent character on the line immediately, up to the end of the line or the next different attribute. |
Page | Page mode, which adds the newly specified attribute to every character on the page or up to the next existing attribute. |
See Also