2027 Enumeration
Changes 0
E

TaskDialogResult

Description:
Enum to specify the task dialog result.
public enum TaskDialogResult
Name Description
E Cancel The return value for TaskDialogCommonButtons.Cancel or the task dialog is cancelled by ESC, Alt+F4 or the X close button.
E Close The return value for TaskDialogCommonButtons.Close.
E CommandLink1 The return value for CommandLink whose Id is TaskDialogCommmandLinkId.CommandLink1.
E CommandLink2 The return value for CommandLink whose Id is TaskDialogCommmandLinkId.CommandLink2.
E CommandLink3 The return value for CommandLink whose Id is TaskDialogCommmandLinkId.CommandLink3.
E CommandLink4 The return value for CommandLink whose Id is TaskDialogCommmandLinkId.CommandLink4.
E No The return value for TaskDialogCommonButtons.No.
E None Nothing is returned from the task dialog.
E Ok The return value for TaskDialogCommonButtons.Ok.
E Retry The return value for TaskDialogCommonButtons.Retry.
E Yes The return value for TaskDialogCommonButtons.Yes.