WPFTaskDialog 1.7.1
dotnet add package WPFTaskDialog --version 1.7.1
NuGet\Install-Package WPFTaskDialog -Version 1.7.1
<PackageReference Include="WPFTaskDialog" Version="1.7.1" />
<PackageVersion Include="WPFTaskDialog" Version="1.7.1" />
<PackageReference Include="WPFTaskDialog" />
paket add WPFTaskDialog --version 1.7.1
#r "nuget: WPFTaskDialog, 1.7.1"
#:package WPFTaskDialog@1.7.1
#addin nuget:?package=WPFTaskDialog&version=1.7.1
#tool nuget:?package=WPFTaskDialog&version=1.7.1
A TaskDialog wrapper class with fallback emulator (for XP and earlier).
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40-client is compatible. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.7.1 | 1,399 | 10/16/2012 |
| 1.6.0 | 50 | 9/20/2012 |
| 1.5.4573.21132 | 50 | 7/9/2012 |
Added additional button click methods by type and index for use in callbacks
Callback args now includes the button index if the notification is related to a click
Radio buttons can now be programmatically clicked as well
Added support for button enabling/disabling and setting elevation required in callbacks
Additional info about return values in TaskDialogCallback's XML documentation
Emulated form now correctly supports common and custom buttons when showing radio buttons, as well as a default OK when no others are specified
Emulated form now correctly notifies callbacks when the dialog is closed via Esc, Alt+F4, etc.
Emulated form no longer has Retry/Cancel buttons mistakenly swapped