Contents Index Topic Contents | ||
Previous Topic: CommandStateChangeConstants Next Topic: RefreshConstants |
READYSTATE
typedef enum tagREADYSTATE{ READYSTATE_UNINITIALIZED = 0, READYSTATE_LOADING = 1, READYSTATE_LOADED = 2, READYSTATE_INTERACTIVE = 3, READYSTATE_COMPLETE = 4 } READYSTATE;Contains values that indicate what state an object is in. This is used with the ReadyState property and the IWebBrowser2::get_ReadyState method.
Values
READYSTATE_UNINITIALIZED The default initialization state. READYSTATE_LOADING The object is currently loading its properties. READYSTATE_LOADED The object has been initialized. READYSTATE_INTERACTIVE The object is interactive, but not all of its data is available. READYSTATE_COMPLETE The object has received all of its data.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.