Click or drag to resize

ITaskDialogShow Method (String, String, TaskDialogIcon, TaskDialogButtons, Boolean, String)

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,
	TaskDialogButtons buttons,
	bool showVerificationCheckBox,
	string footerContent
)

Parameters

mainInstruction
Type: SystemString
A clear and small message
content
Type: SystemString
The complete message
icon
Type: EBP.Api.Interfaces.DialogsTaskDialogIcon
The icon (Error, Warning, Question...)
buttons
Type: EBP.Api.Interfaces.DialogsTaskDialogButtons
The buttons (Ok, Cancel, YesNo, OkCancel)
showVerificationCheckBox
Type: SystemBoolean
True if you want a "Don't show this message again" checkBox
footerContent
Type: SystemString
Text to show in task dialog footer, in most case an help message relative to the task dialog

Return Value

Type: ITaskDialogResult
DialogResult
See Also