A enumerated type containing the standard buttons available for Task Dialogs.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
[FlagsAttribute] public enum TaskDialogCommonButtons
Members
Member name | Value | Description |
---|---|---|
Cancel | 8 | Cancel button. |
Close | 32 | Close button. |
No | 4 | No button. |
None | 0 | No common button. |
Ok | 1 | OK button. |
Retry | 16 | Retry button. |
Yes | 2 | Yes button. |