System.Windows.Forms.WebBrowserReadyState Enumeration

Specifies constants that define the state of the System.Windows.Forms.WebBrowser control.

Syntax

public enum WebBrowserReadyState

Remarks

This enumeration is used by the WebBrowser.ReadyState property to indicate the current state of the System.Windows.Forms.WebBrowser control.

Members

Member NameDescription
Complete

The control has finished loading the new document and all its contents.

Interactive

The control has loaded enough of the document to allow limited user interaction, such as clicking hyperlinks that have been displayed.

Loaded

The control has loaded and initialized the new document, but has not yet received all the document data.

Loading

The control is loading a new document.

Uninitialized

No document is currently loaded.

Requirements

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