Click or drag to resize

ITaskDialog.Show Method (String, String, TaskDialogIcon)

Show a task dialog

Namespace:  EBP.Api.Interfaces.Dialogs
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
ITaskDialogResult Show(
	string mainInstruction,
	string content,
	TaskDialogIcon icon
)

Parameters

mainInstruction
Type: System.String
A clear and small message
content
Type: System.String
The complete message
icon
Type: EBP.Api.Interfaces.Dialogs.TaskDialogIcon
The icon (Error, Warning, Question...)

Return Value

Type: ITaskDialogResult
DialogResult
See Also