InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / TerminalAttributeOption Enumeration


In This Topic
    TerminalAttributeOption Enumeration
    In This Topic
    Identifies a host terminal attribute.
    Syntax
    'Declaration
     
    
    Public Enum TerminalAttributeOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TerminalAttributeOption
    public enum TerminalAttributeOption : System.Enum 
    Members
    MemberDescription
    ProtectedHighT27 protected intense text
    ProtectedHighBlinkT27 Protected intense blinking text
    ProtectedLowUTS protected low intensity text
    ProtectedLowAlphaUTS protected low intensity alphanumeric attribute.
    ProtectedLowBlinkUTS protected low intensity blinking text attribute.
    ProtectedNormalprotected field normal text
    ProtectedNormalAlphaprotected normal alphanumeric attribute.
    ProtectedNormalBlinkProtected blinking text
    ProtectedNormalNumericprotected normal numeric attribute.
    StatusLineStatus line attribute.
    UnprotectedHighT27 Unprotected intense text
    UnprotectedHighBlinkT27 Unprotected intense blinking text
    UnprotectedLowUTS Unprotected low intensity text
    UnprotectedLowAlphaUTS unprotected intense alphanumeric attribute.
    UnprotectedLowAlphaBlinkUTS unprotected low intensity alphanumeric blinking text attribute.
    UnprotectedLowBlinkUTS Unprotected low intensity blinking text
    UnprotectedLowNumericUTS unprotected intense numeric attribute.
    UnprotectedLowNumericBlinkUTS unprotected low intensity numeric blinking text attribute.
    UnprotectedNormalUnprotected normal text
    UnprotectedNormalAlphaUTS unprotected normal alphanumeric attribute.
    UnprotectedNormalAlphaBlinkUTS unprotected normal alphanumeric blinking text attribute.
    UnprotectedNormalBlinkUnprotected normal blinking text
    UnprotectedNormalNumericUTS unprotected normal numeric attribute.
    UnprotectedNormalNumericBlinkUTS unprotected normal numeric blinking text attribute.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.Common.TerminalAttributeOption

    See Also