ITrackCancel2 Interface

Provides access to members that control the Cancel Tracker.

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.

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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.