WebBrowserReadyState Enumeration
In This Topic
Specifies constants that define the state of the Web browser control.
Members
Member | 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 are 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. |
See Also