PowerTCP Emulation for .NET
StatusLine Property




Gets or sets a string that populates a reverse-video status bar at the bottom of the screen display.
Syntax
<DefaultValueAttribute()>
Public Property StatusLine As String
Dim instance As Vt
Dim value As String
 
instance.StatusLine = value
 
value = instance.StatusLine
[DefaultValue()]
public string StatusLine {get; set;}
[DefaultValue()]
public: __property string* get_StatusLine();
public: __property void set_StatusLine( 
   string* value
);
[DefaultValue()]
public:
property String^ StatusLine {
   String^ get();
   void set (    String^ value);
}

Property Value

A string that sets and returns the text in the status bar. The default value is "" (no status line is displayed.
Remarks

If the TermType property is vt100 or above the using application can set it to any value. Escape sequences can be used to set display attibutes (such as color).

If the TermType property is be vt320_7 or above the host can enable this line and populate it with infomation.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic