InfoConnect API Guide
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 InfoConnect's terminal window when InfoConnect 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