Admin Production rocket
Current Publication

WyseAttributeOption

Reflection Desktop .NET API Guide V17.1
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
WyseAttributeOption Enumeration
In This Topic
Indicates the Wyse terminal display attribute mode.
Syntax

                     
                     
'Declaration
 

                     
                     
Public Enum WyseAttributeOption 
   Inherits System.Enum

                  

                     
                     
'Usage
 

                     
                     
Dim instance As WyseAttributeOption

                  

                     
                     
public enum WyseAttributeOption : 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.
Inheritance Hierarchy

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

See Also