Dart.Emulation Namespace > Vt Class : StatusLine Property |
<DefaultValueAttribute()> Public Property StatusLine As String
[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); }
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.