InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / TVITopStatusLine Property


In This Topic
    TVITopStatusLine Property
    In This Topic
    Gets or sets usage and display of the top status line when InfoConnect is emulating a TVI terminal (TerminalType = rcTVI955).
    Syntax
    'Declaration
     
    
    Property TVITopStatusLine As TVITopStatusLineOption
    'Usage
     
    
    Dim instance As IScreen
    Dim value As TVITopStatusLineOption
     
    instance.TVITopStatusLine = value
     
    value = instance.TVITopStatusLine
    TVITopStatusLineOption TVITopStatusLine {get; set;}
    See Also