This document is archived and information here might be outdated. Recommended version. |
Indicates if the cancel button is enabled.
[Visual Basic .NET]
Public Property CancelEnabled As Boolean
[C#]
public bool CancelEnabled {get; set;}
[C++]
HRESULT get_CancelEnabled(
Boolean* bVal
);
[C++]
HRESULT put_CancelEnabled(
VARIANT_BOOL bVal
);
[C++] Parameters bVal [out, retval]
bVal is a parameter of type bool* bVal [in]
bVal is a parameter of type bool
The CancelEnabled property specifies if the Cancel button is enabled. If CancelEnabled is set to True, you can use the Continue method on the CancelTracker object to determine if the user hit Cancel and the operations should be stopped.