Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
See Also
Reference
COleControl::InternalSetReadyState