Important: The information in this document is obsolete and should not be used for new development.
ResetProgress
Resets the status and progress attributes of this progress broadcaster to their default values.
void ResetProgress ();DISCUSSION
This method resets all status and progress attributes of the broadcaster to their default values and calls theResetProgress
method of theCyberProgressReceiver
class to broadcast the change to all attached progress receivers.If you subclass
CyberProgressBroadcaster
and override this method, your override must call its inherited method.SEE ALSO
TheCyberProgressReceiver::ResetProgress
method (page 323).