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