Revit 2020.1 API |
TaskDialog..::..EnableMarqueeProgressBar Property |
TaskDialog Class See Also |
Enables a marquee style progress bar to be displayed in the TaskDialog.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 20.0.0.0 (20.1.1.1)
Since: 2020
Syntax
Remarks
When true, the TaskDialog will display a progress bar that has an indeterminate start and stop.
A progress bar is a window that an application can use to indicate the progress of a lengthy operation.
It consists of a rectangle that is animated as an operation progresses. The animation continues until the TaskDialog is closed.
The default value is false.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..InvalidOperationException | Thrown if the TaskDialog also has ExtraCheckBoxText set as the two cannot coincide in the same TaskDialog. |