ReadyState Property (Read Only)
Syntax
Object.ReadyState
Data Type
Applies To
Purpose
Returns the ready state.
Remarks
The ready state provides a mechanism for interacting with a control before all its data has been loaded. For example, you can specify that a CWButton control use an external image file for its background image. When the CWButton control is loaded, the image might take a long time to load into the control.