This topic has not yet been rated - Rate this topic

readyState property

Retrieves the current state of the object.

Syntax

HRESULT value = object.get_readyState(* p);

Property values

Type: long

0

Object is not initialized with data.

1

Object is loading its data.

2

Object has finished loading its data.

3

User can interact with the object even though it is not fully loaded.

4

Object is completely initialized.

See also

HTMLFrameSiteEvents::onreadystatechange

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.