[This is preliminary documentation and is subject to change.]
Provides Task Dialog support for Windows Vista and later, with automatic fallbacks for earlier operating systems.
| C# | Visual Basic | Visual C++ |
public static class TaskDialog
Public NotInheritable Class TaskDialog
public ref class TaskDialog abstract sealed
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| TaskDialog()()()() | ||
| GetMessageBoxIcon(TaskDialogCommonIcon) | ||
| GetMessageBoxTitle()()()() | ||
| IsTaskDialogSupported()()()() | ||
| Show(Form, String, TaskDialogCommonIcon, String, String, TaskDialogCommonButtons, array<TaskDialogButton>[]()[][]) | ||
| Show(Form, TaskDialogCommonIcon, String, String) |
Shows a message with an icon and an OK button.
| |
| ShowYesNo(Form, TaskDialogCommonIcon, String, String, String, String) |
Shows a message with an icon and yes and no buttons.
| |
| ShowYesNoCancel(Form, TaskDialogCommonIcon, String, String, String, String, String) |
Shows a message with an icon and yes, no and cancel buttons.
| |
| WindowsVista |
| Object | |
| TaskDialog | |