TaskDialogClose Method

Forces to close the TaskDialog. This causes that DialogResult will be Close even if there was no Close button on the dialog.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public void Close()

See Also