This document is archived and information here might be outdated. Recommended version. |
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
Indicates whether the user can use the left and right mouse buttons to cancel the operation.