[]
A combination of flags to identify one or several standard buttons that can be displayed at the bottom of a task dialog.
[Flags]
public enum TaskDialogCommonButtons
Name | Description |
---|---|
Cancel | A "Cancel" button. |
Close | A "Close" button. |
No | A "No" button. |
None | No buttons on the dialog. |
Ok | An "OK" button. |
Retry | A "Retry" button. |
Yes | A "Yes" button. |