InfoConnect for Unisys
HostStatusLine Property


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
HostStatusLineOption HostStatusLine {get; set;}

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