Share

TaskDialog.TitleAutoPrefix Property

Whether the TaskDialog's title will automatically have the add-in name added as a prefix.


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

Syntax

C#

public bool TitleAutoPrefix { get; set; }

Property Value

Boolean

Remarks

The default value is true.

See Also

Reference

Was this information helpful?