TaskDialog.Close Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Closes the shown task dialog with Cancel as resulting button.
public:
void Close();
public void Close();
member this.Close : unit -> unit
Public Sub Close ()
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.
Produkt | Versioner |
---|---|
Windows Desktop | 5, 6, 7, 8, 9, 10 |
Feedback om .NET
.NET är ett öppen källkod projekt. Välj en länk för att ge feedback: