Click or drag to resize

ITaskDialogShow Method (IWin32Window, 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(
	IWin32Window owner,
	string mainInstruction,
	string content,
	TaskDialogIcon icon
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
Owner window
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...)

Return Value

Type: ITaskDialogResult
DialogResult
See Also