2020 Method
Changes 0
M

TaskDialog.Show

Description:
Shows a task dialog with title, main instruction and common buttons.
Overloads (4):
Show
Show(String,String,TaskDialogCommonButtons)
public static TaskDialogResult Show(
	string title,
	string mainInstruction,
	TaskDialogCommonButtons buttons
)
Return Value TaskDialogResult The user's response to the task dialog.