HtmlWindow::StatusBarText Property

 

Gets or sets the text displayed in the status bar of a window.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property String^ StatusBarText {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A String containing the current status text.

The WebBrowser control does not display a status bar. Any new window that you open with the Open or OpenNew methods, however, will display a status bar by default.

.NET Framework
Available since 2.0
Return to top
Show: