ArcObjects Library Reference (Controls)  

IMapControl3.TrackCancel Property

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

ERROR: Syntax information about IMapControl3.TrackCancel may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[C++]
HRESULT get_TrackCancel(
  ITrackCancel** ppTrackCancel
);
[C++]
HRESULT putref_TrackCancel(
  ITrackCancel* ppTrackCancel
);
[C++]

Parameters

ppTrackCancel [out, retval]

  ppTrackCancel is a parameter of type ITrackCancel

ppTrackCancel [in]

  ppTrackCancel is a parameter of type ITrackCancel

Product Availability

Available with ArcGIS Engine.

Description

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

See Also

IMapControl3 Interface