<Code Lib>
2020 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
)

Return Value TaskDialogResult The user's response to the task dialog.

Loading…