Microsoft DirectX 9.0 |
The ReadyState property retrieves the ReadyState of the MSWebDVD object.
Syntax
[ iReadyState = ] MSWebDVD.ReadyState
Return Values
Returns an integer value representing the control's ReadyState
Return code | Description |
0 | Default initialization state. |
1 | Object is loading its properties. |
2 | Object has been initialized. |
3 | Object is interactive, but not all its data is available. |
4 | Object has received all its data. |
Remarks
This property is read-only with no default value.
Any object embedded in a Web page exposes the ReadyState property.