ExtraCheckBoxText is used to label the extra checkbox.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public string ExtraCheckBoxText { get; set; }
Property Value
StringExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown if the TaskDialog also has EnableMarqueeProgressBar set as the two cannot coincide in the same TaskDialog. |