TaskDialog.Show
Description:
Shows a task dialog with title, main instruction and common buttons.
Shows a task dialog with title, main instruction and common buttons.
Overloads (4):
Show(String,String,TaskDialogCommonButtons)
public static TaskDialogResult Show(
string title,
string mainInstruction,
TaskDialogCommonButtons buttons
)
-
StringtitleThe title of the task dialog.
-
StringmainInstructionThe main instruction of the task dialog.
-
buttonsThe common buttons to be shown the task dialog.