TaskDialog.Show
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.
Overloads (4):
public static TaskDialogResult Show(
string title,
string mainInstruction
)
-
StringtitleThe title of the task dialog.
-
StringmainInstructionThe main instruction of the task dialog.