Namespace:
Autodesk.Revit.UI
TaskDialogCommonButtons
Enumeration
Description:
A enumerated type containing the standard buttons available for Task Dialogs.
A enumerated type containing the standard buttons available for Task Dialogs.
Syntax
[FlagsAttribute]
public enum TaskDialogCommonButtons
Unknown Namespace Members:
| Name | Description |
|---|---|
| None | No common button. |
| Ok | OK button. |
| Yes | Yes button. |
| No | No button. |
| Cancel | Cancel button. |
| Retry | Retry button. |
| Close | Close button. |