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


TVIStatusLineAttributeOption Enumeration
Indicates usage and display of the top status line when InfoConnect emulates a TVI terminal (TerminalType = rcTVI955).
Syntax
'Declaration
 
Public Enum TVIStatusLineAttributeOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As TVIStatusLineAttributeOption
Members
MemberDescription
InverseThe top and bottom status lines are displayed in inverse video to the background.
InverseUnderlineThe top and bottom status lines are displayed in inverse video to the background with underlining added.
NormalThe top and bottom status line characters are displayed using the default display attributes.
UnderlineThe top and bottom status line characters are displayed using the default display attributes with underlining added.
Inheritance Hierarchy

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

See Also