Share

TaskDialog.AllowCancellation Property

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


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

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

Reference

Was this information helpful?