 | 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)
SyntaxITaskDialogResult Show(
string mainInstruction,
string content,
TaskDialogIcon icon,
TaskDialogButtons buttons,
bool showVerificationCheckBox,
string footerContent
)
Function Show (
mainInstruction As String,
content As String,
icon As TaskDialogIcon,
buttons As TaskDialogButtons,
showVerificationCheckBox As Boolean,
footerContent As String
) As ITaskDialogResult
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:
ITaskDialogResultDialogResult
See Also