2024 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
)
  • String
    title
    The title of the task dialog.
  • String
    mainInstruction
    The main instruction of the task dialog.
  • buttons
    The common buttons to be shown the task dialog.
Return Value TaskDialogResult The user's response to the task dialog.