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