System.Windows.Forms.WebBrowser.ReadyState Property

Gets a value indicating the current state of the System.Windows.Forms.WebBrowser control.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Use the WebBrowser.ReadyState property to retrieve the specific state of the System.Windows.Forms.WebBrowser control when you need more information than the WebBrowser.IsBusy property provides.

When the System.Windows.Forms.WebBrowser control does not contain a document, the value of this property is WebBrowserReadyState.Uninitialized. Other values indicate the control state when it navigates to a new document. These values include WebBrowserReadyState.Loading, WebBrowserReadyState.Loaded, WebBrowserReadyState.Interactive, and WebBrowserReadyState.Complete.

Requirements

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