TaskDialog.Show
| Name | Return Type | Description |
|---|---|---|
| Show() | TaskDialogResult | Shows the task dialog. |
| Show(String, String) | TaskDialogResult | Shows a task dialog with title, main instruction and a Close button. |
| Show(String, String, TaskDialogCommonButtons) | TaskDialogResult | Shows a task dialog with title, main instruction and common buttons. |
| Show(String, String, TaskDialogCommonButtons, TaskDialogResult) | TaskDialogResult | Shows a task dialog with title, main instruction, common buttons and default buttons. |