WPFTaskDialog 1.5.4573.21132

There is a newer version of this package available.
See the version list below for details.
dotnet add package WPFTaskDialog --version 1.5.4573.21132
NuGet\Install-Package WPFTaskDialog -Version 1.5.4573.21132
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WPFTaskDialog" Version="1.5.4573.21132" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WPFTaskDialog --version 1.5.4573.21132
#r "nuget: WPFTaskDialog, 1.5.4573.21132"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WPFTaskDialog as a Cake Addin
#addin nuget:?package=WPFTaskDialog&version=1.5.4573.21132

// Install WPFTaskDialog as a Cake Tool
#tool nuget:?package=WPFTaskDialog&version=1.5.4573.21132

A TaskDialog wrapper class with fallback emulator (for XP and earlier).

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on WPFTaskDialog:

Package Downloads
CreativeCoders.Mvvm.DialogServices.TaskDlg.Wpf

WPF implementation of task dialog for CreativeCoders.Mvvm.DialogServices.TaskDialog

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on WPFTaskDialog:

Repository Stars
karno/StarryEyes
Krile StarryEyes, development has been abandoned.
Sitecore/Sitecore-Instance-Manager
SIM is an open-source tool for managing the local park of Sitecore instances. You can install, locate, maintain, reinstall or delete Sitecore products.
Version Downloads Last updated
1.7.1 81,194 10/16/2012
1.6.0 1,364 9/20/2012
1.5.4573.21132 1,424 7/9/2012

Added support for callbacks, progress bars, hyperlinks, and custom main/footer icons
Added support for several more customization options: expand footer (default is content), expanded by default, verification checkbox default state
While the core task dialog code is now mostly stable, these new features should be considered experimental for now
Fixed RadioButtonResult to not override the SimpleResult, so you can still see what button the user clicked (such as Cancel) as well as what radio item was selected