Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / HostStatusLine Property


In This Topic
HostStatusLine Property
In This Topic
Gets or sets the current host status line display.
Syntax
'Declaration
 
Property HostStatusLine As HostStatusLineOption
 
'Usage
 
Dim instance As ITerminal
Dim value As HostStatusLineOption
 
instance.HostStatusLine = value
 
value = instance.HostStatusLine

Property Value

The default value is NoStatusLine.
Remarks
The bottom line of the terminal window is reserved for the VT status, a one-line display that shows information about the current session. Normally, the host software sets this option.
See Also