Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / StatusLineText Property
In This Topic
StatusLineText Property
In This Topic
Gets or sets the current status line text.
Syntax
expression.StatusLineText As String
where expression is a variable that represents a Terminal Object
Remarks
When this property is set to an empty string (""), the text display in the status line shows the current terminal emulation and connection status. (This is the default.)

When this property is set to any other value, that text is shown in the status line. If you want the status line to update dynamically, you can programmatically set the value of this property to respond to predefined events.

The default value is "".
See Also