WebBrowserReady Enumeration

Lists values indicating the state of the browser control.

Namespace: elsystem.windows.forms

Enumerated Values
  Name

Value

Description
Public property Completed

4

Browser has completed loaded document.
Public property Interactive

3

Browser loaded enough of document to allow limited interaction.
Public property Loaded

2

Browser loaded, but all data has not been received.
Public property Loading

1

Browser loading new document.
Public property Uninitialized

0

No document loaded.