This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITrackCancel Interface > ITrackCancel.CancelOnClick Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* pCancelOnClick
);
[C++]
HRESULT put_CancelOnClick(
VARIANT_BOOL pCancelOnClick
);
[C++]
Parameters pCancelOnClick [out, retval] pCancelOnClick is a parameter of type VARIANT_BOOL pCancelOnClick [in] pCancelOnClick is a parameter of type VARIANT_BOOL
Indicates whether the user can use the left and right mouse buttons to cancel the operation.