readyState property
[This documentation is preliminary and is subject to change.]
Retrieves the current state of the object.
Syntax
HRESULT value = object.get_readyState(VARIANT* p);
Property values
Type: VARIANT
uninitialized
-
Object is not initialized with data.
loading
-
Object is loading its data.
loaded
-
Object has finished loading its data.
interactive
-
User can interact with the object even though it is not fully loaded.
complete
-
Object is completely initialized.
Remarks
The states through which an object passes are determined by that object; an object can skip certain states (for example, interactive) if those states do not apply to that object.
Build date: 6/12/2012
Community Additions
Show: