Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebBrowserReadyState Enumeration
In This Topic
    WebBrowserReadyState Enumeration
    In This Topic
    Specifies constants that define the state of the Web browser control.
    Members
    MemberDescription
    CompleteThe control has finished loading the new document and all its contents.
    InteractiveThe control has loaded enough of the document to allow limited user interaction, such as clicking hyperlinks that are displayed.
    LoadedThe control has loaded and initialized the new document, but has not yet received all the document data.
    LoadingThe control is loading a new document.
    UninitializedNo document is currently loaded.
    See Also