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
); |
Property Value
A string that sets and returns the text in the status bar. The default value is "" (no status line is displayed.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also