System.Windows.Forms.WebBrowser.IsBusy Property

Gets a value indicating whether the System.Windows.Forms.WebBrowser control is currently loading a new document.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public bool IsBusy { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If this property is true, you can use the WebBrowser.Stop method to halt the current navigation before the new document is fully loaded. Use the WebBrowser.ReadyState property to determine the exact navigation state of the System.Windows.Forms.WebBrowser control. The WebBrowser.IsBusy property value is false when the WebBrowser.ReadyState property value is WebBrowserReadyState.Complete.

Requirements

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