InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / WyseAttributeOption Enumeration


In This Topic
    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
    MemberDescription
    CharacterCharacter mode, which adds the current display attribute to each character as it is received, exactly like a VT emulator.
    LineLine 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.
    PagePage 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