WebBrowserReadyState Enum

Definition

Specifies constants that define the state of the WebBrowser control.

public enum class WebBrowserReadyState
public enum WebBrowserReadyState
type WebBrowserReadyState = 
Public Enum WebBrowserReadyState
Inheritance
WebBrowserReadyState

Fields

Complete 4

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

Interactive 3

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

Loaded 2

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

Loading 1

The control is loading a new document.

Uninitialized 0

No document is currently loaded.

Remarks

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

Applies to

See also