Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebControl Object / ReadyState Property
In This Topic
    ReadyState Property
    In This Topic
    Gets the ready state of the Web browser.
    Syntax
    expression.ReadyState As WebBrowserReadyState
    where expression is a variable that represents a WebControl Object

    Property Value

    A WebBrowserReadyState value.
    See Also