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


In This Topic
StatusBarText Property (ITerminal)
In This Topic
Gets or sets the text displayed on the status bar.
Syntax
'Declaration
 
Property StatusBarText As String
 
'Usage
 
Dim instance As ITerminal
Dim value As String
 
instance.StatusBarText = value
 
value = instance.StatusBarText

Property Value

The default is "&s - &c". The maximum string length is 260 characters. Various special characters can be included in this string:

Character Displays
&w "Micro Focus"
&r Product Name
&f Settings File Name (or 'Untitled' if a settings file is not open)
&s Session Type
&t Transport
&h Host Name
&d Date
&c Connection Status (whether you are connected and over what transport)
&p Printer Status (relevant only in if the Session Type is IBM 5250 Printer or IBM 3270 Printer)
&x Transfer Status (the percentage complete of file and data transfers)
&v Assigned Device Name (relevant only for 5250 sessions that use an assigned Device Name)
&l Assigned LU Name (relevant only for 3270 sessions that use an assigned LU Name)
&o Profile Name
&& A Single Ampersand

See Also