ITaskDialog Interface |
Namespace: EBP.Api.Interfaces.Dialogs
The ITaskDialog type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| Show(ITaskDialogArgs) |
Show a task dialog
| |
| Show(String, String, TaskDialogIcon) |
Show a task dialog
| |
| Show(IWin32Window, String, String, TaskDialogIcon) |
Show a task dialog
| |
| Show(String, String, TaskDialogIcon, TaskDialogButtons, Boolean, String) |
Show a task dialog
|