<Code Lib>
2025.3 Method
Changes 0
M

TaskDialog.Show(String, String)

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.

Loading…