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


IPageLayoutControl3.TrackCancel Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IP > IPageLayoutControl3 Interface > IPageLayoutControl3.TrackCancel Property
ArcGIS Developer Help

IPageLayoutControl3.TrackCancel Property

The object used by the PageLayoutControl to check if drawing has been aborted.

[Visual Basic .NET]
Public Property TrackCancel As ITrackCancel
[C#]
public ITrackCancel TrackCancel {get; set;}
[C++]
HRESULT get_TrackCancel(
void
);
[C++]
HRESULT putref_TrackCancel(
);

Product Availability

Available with ArcGIS Engine.

Remarks

Use the TrackCancel object to enable users to stop printing, exporting or drawing processes by using the escape or spacebar keys.

See Also

IPageLayoutControl3 Interface