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