Show Method


Task Dialog Show Method

Shows a task dialog.
Overload List
Name Description
Public method Show Shows the task dialog.
Public method Static member Show(String, String) Shows a task dialog with title, main instruction and a Close button.
Public method Static member Show(String, String, TaskDialogCommonButtons) Shows a task dialog with title, main instruction and common buttons.
Public method Static member Show(String, String, TaskDialogCommonButtons, TaskDialogResult) Shows a task dialog with title, main instruction, common buttons and default buttons.
Top
See Also