IWebBrowser2.ReadyState Property
Gets the ready state of the object.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As IWebBrowser2
Dim value As tagREADYSTATE
value = instance.ReadyState
Syntax
'Declaration
<DispIdAttribute(-525)> _
ReadOnly Property ReadyState As tagREADYSTATE
[DispIdAttribute(-525)]
tagREADYSTATE ReadyState { get; }
[DispIdAttribute(-525)]
property tagREADYSTATE ReadyState {
tagREADYSTATE get ();
}
/** @property */
/** @attribute TypeLibFuncAttribute(4) */
/** @attribute DispIdAttribute(-525) */
tagREADYSTATE get_ReadyState ()
TypeLibFuncAttribute(4)
DispIdAttribute(-525)
function get ReadyState () : tagREADYSTATE
Property Value
Type:tagREADYSTATE.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
IWebBrowser2 Interface
IWebBrowser2 Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.