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


In This Topic
StatusLineText Property
In This Topic
Gets or sets the current status line text.
Syntax
'Declaration
 
Property StatusLineText As String
 
'Usage
 
Dim instance As ITerminal
Dim value As String
 
instance.StatusLineText = value
 
value = instance.StatusLineText

Property Value

The default value is "".
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.

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.

See Also