<Code Lib>
2022 Method
Changes 0
M

TaskDialog.Show(String, String, TaskDialogCommonButtons)

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.

Loading…