This document is archived and information here might be outdated.  Recommended version.


ITrackCancel2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITrackCancel2 Interface
ArcGIS Developer Help

ITrackCancel2 Interface

Provides access to members that control the Cancel Tracker.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method Cancel Cancels the associated operation.
Read/write property CancelOnClick Indicates whether mouse clicks should cancel the operation.
Read/write property CancelOnKeyPress Indicates whether the escape key and spacebar should cancel the operation.
Read/write property CheckTime The interval at which the operation will be interrupted to advance progressors and process messages.
Method Continue Called frequently while associated operation is progressing. A return value of false indicates that the operation should stop.
Read/write property ProcessMessages An obsolete method.
Read/write property Progressor The progressor used to show progress during lengthy operations.
Method Reset Resets the manager after the associated operation is finished.
Method StartTimer An obsolete method.
Method StopTimer An obsolete method.
Read/write property Timeout The time out in ms interval for a lengthy operation. The negative value means no timeout.
Read-only property TimerFired An obsolete method.
Method TrackMouseMove Turns on/off tracking of mouse movements. If bYesNo is true, the cancel is triggered by the mouse move.
Method TrackNavigationKeys Turns on/off tracking of navigation keys. If bYesNo is true, the cancel is triggered by the navigation key press.

Inherited Interfaces

Interfaces Description
ITrackCancel Provides access to members that control the Cancel Tracker.

Classes that implement ITrackCancel2

Classes Description
CancelTracker (esriDisplay) Cancel tracker class for interrupting drawing.