'Declaration
Property StatusLineText As String
'Usage
Dim instance As ITerminal Dim value As String instance.StatusLineText = value value = instance.StatusLineText
string StatusLineText {get; set;}
'Declaration
Property StatusLineText As String
'Usage
Dim instance As ITerminal Dim value As String instance.StatusLineText = value value = instance.StatusLineText
string StatusLineText {get; set;}
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.