WebBrowserReady Enumeration
Lists values indicating the state of the browser control.
Namespace: elsystem.windows.forms
Enumerated Values
| Name |
Value |
Description | |
|
|
Completed |
4 |
Browser has completed loaded document. |
|
|
Interactive |
3 |
Browser loaded enough of document to allow limited interaction. |
|
|
Loaded |
2 |
Browser loaded, but all data has not been received. |
|
|
Loading |
1 |
Browser loading new document. |
|
|
Uninitialized |
0 |
No document loaded. |