TaskDialog.Close Method

Definition

Closes the shown task dialog with Cancel as resulting button.

public:
 void Close();
public void Close ();
member this.Close : unit -> unit
Public Sub Close ()

Remarks

To close the dialog with a different result, call the PerformClick() method of the TaskDialogButton that you want to set as a result.

This method can be called while the dialog is waiting for navigation to complete, whereas PerformClick() would throw in that case. When calling this method, the Click event won't be raised.

Applies to