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


In This Topic
    TextColorMappingAttribute Enumeration
    In This Topic
    Text attributes available for color mapping.
    Syntax
    'Declaration
     
    
    Public Enum TextColorMappingAttribute 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TextColorMappingAttribute
    public enum TextColorMappingAttribute : System.Enum 
    Members
    MemberDescription
    BlinkBlink character attribute.
    BlinkBoldBlinking bold.
    BlinkBoldInverseUnderlineBlinking bold inverse underlined.
    BlinkBoldUnderlineBlinking bold underline.
    BlinkInverseBlinking inverse.
    BlinkInverseUnderlineBlinking inverse underlined.
    BoldDisplay text in bold attribute. Applies to Unix, Open Systems, and ReGIS Graphics terminal types only.
    BoldUnderlineBold underline.
    CursorCursor color. Effective only when the Color Cursor display enhancement flag is set to true.
    HotspotHotspots color.
    InverseDisplay as reverse video attribute.
    InverseBoldInverse Bold.
    InverseBoldBlinkInverse bold blinking.
    InverseBoldUnderlineInverse bold underlined.
    InverseUnderlineInverse underline.
    PlainNo attributes set.
    UnderlineDisplay underlined attribute.
    UnderlineBlinkUnderlined blinking.
    Inheritance Hierarchy

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

    See Also