This document is archived and information here might be outdated. Recommended version. |
Indicates if pressing the escape key is seen as a cancel action.
[Visual Basic .NET]
Public Property CancelOnEscPress As Boolean
[C#]
public bool CancelOnEscPress {get; set;}
[C++]
HRESULT get_CancelOnEscPress(
Boolean* pbCancelOnEscPress
);
[C++]
HRESULT put_CancelOnEscPress(
VARIANT_BOOL pbCancelOnEscPress
);
[C++] Parameters pbCancelOnEscPress [out, retval]
pbCancelOnEscPress is a parameter of type bool* pbCancelOnEscPress [in]
pbCancelOnEscPress is a parameter of type bool