Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / TextColorMappingAttribute Enumeration


TextColorMappingAttribute Enumeration
Text attributes available for color mapping.
Syntax
'Declaration
 
Public Enum TextColorMappingAttribute 
   Inherits System.Enum
 
'Usage
 
Dim instance As TextColorMappingAttribute
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