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
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.