cmdwtf.Toolkit.WinForms 0.20.0

.NET 5.0 .NET Framework 4.7
There is a newer version of this package available.
See the version list below for details.
dotnet add package cmdwtf.Toolkit.WinForms --version 0.20.0
NuGet\Install-Package cmdwtf.Toolkit.WinForms -Version 0.20.0
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="cmdwtf.Toolkit.WinForms" Version="0.20.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add cmdwtf.Toolkit.WinForms --version 0.20.0
#r "nuget: cmdwtf.Toolkit.WinForms, 0.20.0"
#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 cmdwtf.Toolkit.WinForms as a Cake Addin
#addin nuget:?package=cmdwtf.Toolkit.WinForms&version=0.20.0

// Install cmdwtf.Toolkit.WinForms as a Cake Tool
#tool nuget:?package=cmdwtf.Toolkit.WinForms&version=0.20.0

A collection of tools, extensions, and helpers to get a little more out of WinForms that isn't provided by the system components.

Product Versions
.NET net5.0-windows7.0
.NET Framework net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on cmdwtf.Toolkit.WinForms:

Package Downloads
cmdwtf.Toolkit

A small collection of utility functions and tools created over the years, bundled up in a single package for easy inclusion and management. This is a meta package containing all the various bits of the toolkit.

cmdwtf.Treemap

A Windows Forms control that can visualize flat or hierarchical data as a treemap, designed to be a pseudo drop-in replacement for System.Windows.Forms.TreeView.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 221 1/18/2023
0.31.0 613 10/9/2021
0.30.0 414 10/9/2021
0.29.0 431 9/29/2021
0.28.0 387 9/28/2021
0.27.0 484 9/26/2021
0.26.0 478 9/26/2021
0.25.0 420 9/25/2021
0.24.0 444 9/24/2021
0.23.0 409 9/24/2021
0.22.0 356 9/24/2021
0.21.0 386 9/23/2021
0.20.0 372 9/22/2021
0.19.0 409 9/16/2021
0.18.0 398 9/16/2021
0.17.0 406 9/16/2021
0.16.1 391 9/14/2021
0.16.0 429 8/8/2021
0.15.0 430 8/8/2021
0.14.0 424 5/17/2021
0.13.0 418 5/17/2021
0.12.0 320 3/16/2021
0.11.1 324 3/16/2021
0.11.0 284 3/15/2021
0.10.1 247 3/15/2021
0.10.0 257 3/15/2021
0.9.0 290 3/13/2021

Added CheckState to CheckBoxState conversion extensions.