System.Windows.Forms 2.0.0.0 System.Enum This enumeration is used by the property to indicate the current state of the control. Specifies constants that define the state of the control. Field System.Windows.Forms.WebBrowserReadyState The control has finished loading the new document and all its contents. 2.0.0.0 Field System.Windows.Forms.WebBrowserReadyState The control has loaded enough of the document to allow limited user interaction, such as clicking hyperlinks that have been displayed. 2.0.0.0 Field System.Windows.Forms.WebBrowserReadyState The control has loaded and initialized the new document, but has not yet received all the document data. 2.0.0.0 Field System.Windows.Forms.WebBrowserReadyState The control is loading a new document. 2.0.0.0 Field System.Windows.Forms.WebBrowserReadyState No document is currently loaded. 2.0.0.0