TaskDialogDialogResult Property

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.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public TaskDialogResult DialogResult { get; set; }

Property Value

TaskDialogResult

See Also