This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the Cancel Tracker.
Name | Description | |
---|---|---|
Cancel | Cancels the associated operation. | |
CancelOnClick | Indicates whether mouse clicks should cancel the operation. | |
CancelOnKeyPress | Indicates whether the escape key and spacebar should cancel the operation. | |
CheckTime | The interval at which the operation will be interrupted to advance progressors and process messages. | |
Continue | Called frequently while associated operation is progressing. A return value of false indicates that the operation should stop. | |
ProcessMessages | An obsolete method. | |
Progressor | The progressor used to show progress during lengthy operations. | |
Reset | Resets the manager after the associated operation is finished. | |
StartTimer | An obsolete method. | |
StopTimer | An obsolete method. | |
Timeout | The time out in ms interval for a lengthy operation. The negative value means no timeout. | |
TimerFired | An obsolete method. | |
TrackMouseMove | Turns on/off tracking of mouse movements. If bYesNo is true, the cancel is triggered by the mouse move. | |
TrackNavigationKeys | Turns on/off tracking of navigation keys. If bYesNo is true, the cancel is triggered by the navigation key press. |
Interfaces | Description |
---|---|
ITrackCancel | Provides access to members that control the Cancel Tracker. |
Classes | Description |
---|---|
CancelTracker (esriDisplay) | Cancel tracker class for interrupting drawing. |