TaskDialog.CommonButtons Property

The push buttons displayed in the task dialog.


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

Syntax

C#

public TaskDialogCommonButtons CommonButtons { get; set; }

Property Value

TaskDialogCommonButtons

Remarks

If no common button or CommandLink is added to the task dialog, the dialog will contain the Close common button by default.

Revit task dialogs are following these conventions for commit button usage:

See Also

Reference

TaskDialog Class
Autodesk.Revit.UI Namespace