ArcObjects Library Reference (Framework)  

IProgressDialog2.CancelEnabled Property

Indicates if the Cancel button is enabled.

[Visual Basic .NET]
Public Property CancelEnabled As Boolean
[C#]
public bool CancelEnabled {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

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.

See Also

IProgressDialog2 Interface

.NET Snippets

Show Progress Dialog |