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


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