Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / 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 Reflection 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
See Also