COleControl::FireReadyStateChange
Fires an event with the current value of the ready state of control.
void FireReadyStateChange( );
Remarks
The ready state can be one of the following values:
READYSTATE_UNINITIALIZED
Default initialization stateREADYSTATE_LOADING
Control is currently loading its propertiesREADYSTATE_LOADED
Control has been initializedREADYSTATE_INTERACTIVE
Control has enough data to be interactive but not all asynchronous data is yet loadedREADYSTATE_COMPLETE
Control has all its data
Use GetReadyState to determine the control's current readiness.
InternalSetReadyState changes the ready state to the value supplied, then calls FireReadyStateChange.
Requirements
Header: afxctl.h