PowerTCP Emulation for .NET CF
StatusLine Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : StatusLine Property




Gets or sets a string that populates a reverse-video status bar at the bottom of the screen display.

Syntax

Visual Basic (Declaration) 
Public Property StatusLine As String
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim value As String
 
instance.StatusLine = value
 
value = instance.StatusLine
C# 
public string StatusLine {get; set;}
Managed Extensions for C++ 
public: __property string* get_StatusLine();
public: __property void set_StatusLine( 
   string* value
);
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.