Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / TVIStatusLineAttribute Property


In This Topic
TVIStatusLineAttribute Property
In This Topic
Gets or sets how the top and bottom status line appear in Reflection's terminal window when Reflection is emulating a TVI terminal (TerminalType = rcTVI955).
Syntax
'Declaration
 
Property TVIStatusLineAttribute As TVIStatusLineAttributeOption
 
'Usage
 
Dim instance As IScreen
Dim value As TVIStatusLineAttributeOption
 
instance.TVIStatusLineAttribute = value
 
value = instance.TVIStatusLineAttribute
See Also