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


CharacterAttributes Enumeration
Character attributes for UNIX, OpenSystems, and ReGIS terminal sessions.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum CharacterAttributes 
   Inherits System.Enum
 
'Usage
 
Dim instance As CharacterAttributes
Members
MemberDescription
BlinkBlink character attribute.
BoldDisplays text in bold attribute. Relevant only for UNIX, OpenSystems, and ReGIS terminal types.
NoCharacterNo character exists at this position.
PlainNo attributes set.
ReverseDisplays as reverse video attribute.
UnderlineDisplays underlined attribute.
Inheritance Hierarchy

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

See Also