Gets a value indicating the current state of the System.Windows.Forms.WebBrowser control.
Documentation for this section has not yet been entered.
Use the WebBrowser.ReadyState property to retrieve the specific state of the System.Windows.Forms.WebBrowser control when you need more information than the WebBrowser.IsBusy property provides.
When the System.Windows.Forms.WebBrowser control does not contain a document, the value of this property is WebBrowserReadyState.Uninitialized. Other values indicate the control state when it navigates to a new document. These values include WebBrowserReadyState.Loading, WebBrowserReadyState.Loaded, WebBrowserReadyState.Interactive, and WebBrowserReadyState.Complete.