Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / HostStatusLine Property
In This Topic
HostStatusLine Property
In This Topic
Gets or sets the current host status line display.
Syntax
expression.HostStatusLine As HostStatusLineOption
where expression is a variable that represents a Terminal Object

Property Value

A HostStatusLineOption value
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. The default value is NoStatusLine.
See Also