Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / ReadyState Property


In This Topic
    ReadyState Property
    In This Topic
    Gets the ready state of the Web browser.
    Syntax
    'Declaration
     
    
    ReadOnly Property ReadyState As WebBrowserReadyState
    'Usage
     
    
    Dim instance As IWebControl
    Dim value As WebBrowserReadyState
     
    value = instance.ReadyState
    WebBrowserReadyState ReadyState {get;}
    See Also