Provides access to members that control the Cancel Tracker.
Members
| 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. | 
ITrackCancel2.Timeout Property
The time out in ms interval for a lengthy operation. The negative value means no timeout.
Public Property Timeout As Integer
public int Timeout {get; set;}
ITrackCancel2.TrackMouseMove Method
Turns on/off tracking of mouse movements. If bYesNo is true, the cancel is triggered by the mouse move.
Public Sub TrackMouseMove ( _
    ByVal bYesNo As Boolean _
)
public void TrackMouseMove (
    bool bYesNo
);
ITrackCancel2.TrackNavigationKeys Method
Turns on/off tracking of navigation keys. If bYesNo is true, the cancel is triggered by the navigation key press.
Public Sub TrackNavigationKeys ( _
    ByVal bYesNo As Boolean _
)
public void TrackNavigationKeys (
    bool bYesNo
);
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| ITrackCancel | Provides access to members that control the Cancel Tracker. | 
Classes that implement ITrackCancel2
| Classes | Description | 
|---|


