AllowCancellation Property


Task Dialog Allow Cancellation Property

Whether the task dialog can be cancelled if no cancel button is specified.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool AllowCancellation { get; set; }

Property Value

Boolean
Remarks
The default value is true. If there is a cancel button in the task dialog, the it always can be cancelled.
See Also