InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / TerminalAttributeOption Enumeration
In This Topic
    TerminalAttributeOption Enumeration
    In This Topic
    Identifies a host terminal attribute.
    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
    UnprotectedNormalAlphaunprotected normal alphanumeric attribute.
    UnprotectedNormalAlphaBlinkUTS unprotected normal alphanumeric blinking text attribute.
    UnprotectedNormalBlinkUnprotected normal blinking text
    UnprotectedNormalNumericunprotected normal numeric attribute.
    UnprotectedNormalNumericBlinkUTS unprotected normal numeric blinking text attribute.
    See Also