WebBrowserReadyState Enumeration
.NET Framework (current version)
Specifies constants that define the state of the WebBrowser control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| 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. |
This enumeration is used by the WebBrowser::ReadyState property to indicate the current state of the WebBrowser control.
.NET Framework
Available since 2.0
Available since 2.0
Show: