InfoConnect for Unisys
ReadyState Property


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