2027 Method
Changes 0
M

TaskDialog.Show

Description:
Shows a task dialog with title, main instruction and a Close button.
public static TaskDialogResult Show(
	string title,
	string mainInstruction
)
  • String
    title
    The title of the task dialog.
  • String
    mainInstruction
    The main instruction of the task dialog.
Return Value TaskDialogResult The user's response to the task dialog.