This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITrackCancel Interface > ITrackCancel.CancelOnKeyPress Property (ArcObjects .NET 10.4 SDK) |
Indicates whether the escape key and spacebar should cancel the operation.
[Visual Basic .NET] Public Property CancelOnKeyPress As Boolean
[C#] public bool CancelOnKeyPress {get; set;}
[C++]
HRESULT get_CancelOnKeyPress(
VARIANT_BOOL* pCancelOnKeyPress
);
[C++]
HRESULT put_CancelOnKeyPress(
VARIANT_BOOL pCancelOnKeyPress
);
[C++]
Parameters pCancelOnKeyPress [out, retval] pCancelOnKeyPress is a parameter of type VARIANT_BOOL pCancelOnKeyPress [in] pCancelOnKeyPress is a parameter of type VARIANT_BOOL
Indicates whether the user can use the space bar to cancel the operation.