When read, gets the last result of a closed TaskDialog (if the dialog was closed by one of the StandardButtons).
When set and there is an opened TaskDialog, forces to close the dialog with the specified result.
public TaskDialogResult DialogResult { get; set; }Public Property DialogResult As TaskDialogResult
Get
Setpublic:
property TaskDialogResult DialogResult {
TaskDialogResult get ();
void set (TaskDialogResult value);
}member DialogResult : TaskDialogResult with get, set