Specifies constants that define the state of the System.Windows.Forms.WebBrowser control.
This enumeration is used by the WebBrowser.ReadyState property to indicate the current state of the System.Windows.Forms.WebBrowser control.
The control has finished loading the new document and all its contents.
The control has loaded enough of the document to allow limited user interaction, such as clicking hyperlinks that have been displayed.
The control has loaded and initialized the new document, but has not yet received all the document data.
The control is loading a new document.
No document is currently loaded.