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