TCnWebBrowser.StatusText Property

Gets the status text of the TCnWebBrowser control.

Namespace: CNClrLib.Control.WebBrowser
public
 property StatusText: String read GetStatusText;

Property Value

Type: String

The status text.

You can use this property to display the status of the 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 OnStatusTextChanged event to update the status bar when the value of the StatusText property changes.