WebBrowserReadyState Enumeration
In This Topic
Specifies constants that define the state of the Web browser control.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485DE6")>
Public Enum WebBrowserReadyState
Inherits System.Enum
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