Send comments on this topic.
ReadyState Property
Attachmate.Reflection.Objects Library (Web) > WebControl Object : ReadyState Property
Gets the ready state of the Web browser.

Syntax

 
ReadOnly Object.ReadyState As WebBrowserReadyState

Example

Copy Code
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
            
pubic Property GetReadyState() As WebBrowserReadyState
Get
Return WControl.ReadyState
End Get
End Property

See Also