TaskDialog.Show(String, String)
Method
Description:
Shows a task dialog with title, main instruction and a Close button.
Shows a task dialog with title, main instruction and a Close button.
Parameters
Parameter | Type | Description |
---|---|---|
title | String | The title of the task dialog. |
mainInstruction | String | The main instruction of the task dialog. |
Return Value
Type | Description |
---|---|
TaskDialogResult | The user's response to the task dialog. |