expression.StatusLineText As String
where expression is a variable that represents a Terminal Object
expression.StatusLineText As String
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 "".