readyState property

[This documentation is preliminary and is subject to change.]

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: 6/12/2012