System.Windows.Forms.WebBrowser.StatusText Property

Gets the status text of the System.Windows.Forms.WebBrowser control.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public virtual string StatusText { get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can use this property to display the status of the System.Windows.Forms.WebBrowser control in a status bar. The status text is a message that contains information such as the URL of a hyperlink when the mouse pointer hovers over it and the URL of the document currently being loaded. Handle the WebBrowser.StatusTextChanged event to update the status bar when the value of the WebBrowser.StatusText property changes.

Requirements

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