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


In This Topic
    TVIAttributeBaseModeOption Enumeration
    In This Topic
    Indicates how visual attributes are applied when InfoConnect emulates a TVI terminal (TerminalType = rcTVI955).
    Syntax
    'Declaration
     
    
    Public Enum TVIAttributeBaseModeOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TVIAttributeBaseModeOption
    public enum TVIAttributeBaseModeOption : System.Enum 
    Members
    MemberDescription
    LineVisual attributes apply only from the cursor location to the end of the line.
    PageVisual attributes are applied from the cursor location in display memory to the bottom of the page.
    Inheritance Hierarchy

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

    See Also