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


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

ITrackCancel.CancelOnClick Property

Indicates whether mouse clicks should cancel the operation.

[Visual Basic .NET]
Public Property CancelOnClick As Boolean
[C#]
public bool CancelOnClick {get; set;}
[C++]
HRESULT get_CancelOnClick(
  Boolean* pCancelOnClick
);
[C++]
HRESULT put_CancelOnClick(
  VARIANT_BOOL pCancelOnClick
);
[C++]
Parameters
pCancelOnClick [out, retval]

pCancelOnClick is a parameter of type bool* pCancelOnClick [in]
pCancelOnClick is a parameter of type bool

Product Availability

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

Description

Indicates whether the user can use the left and right mouse buttons to cancel the operation.

See Also

ITrackCancel Interface