Metroit.Windows.Forms 3.3.0

dotnet add package Metroit.Windows.Forms --version 3.3.0
                    
NuGet\Install-Package Metroit.Windows.Forms -Version 3.3.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="Metroit.Windows.Forms" Version="3.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Metroit.Windows.Forms" Version="3.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Metroit.Windows.Forms" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Metroit.Windows.Forms --version 3.3.0
                    
#r "nuget: Metroit.Windows.Forms, 3.3.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.
#:package Metroit.Windows.Forms@3.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Metroit.Windows.Forms&version=3.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Metroit.Windows.Forms&version=3.3.0
                    
Install as a Cake Tool

It is a library that helps to create WinForms application.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Metroit.Windows.Forms:

Package Downloads
Metroit.Windows.Forms.Mvvm.Extensions

It provides a native MVVM implementation included with Metroit.Windows.Forms.

Metroit.Windows.Forms.Mvvm

It provides a native MVVM implementation included with Metroit.Windows.Forms.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.3.0 47 9/16/2025
3.2.0 155 8/18/2025
3.1.5.1 159 8/4/2025
3.1.5 529 7/23/2025
3.1.2 122 7/18/2025
3.1.1 136 7/11/2025
3.1.0 211 5/27/2025
3.0.0.2 335 5/15/2024
3.0.0.1 182 4/10/2024
3.0.0 211 3/6/2024
2.0.0.1 118 5/15/2024
2.0.0 181 2/28/2024

Add
     - MetRoundedButton
     - MetRoundedRadioButton
     - MetCheckBox
     Fix
     - MetNotificationPanel now allows you to pass parameters when registering notifications, which can be handled by the Registered and Selected actions.
     - MetToggleSwitch now provides CheckedChanging and CheckedChanged events.
     - MetToggleSwitch now has an overridable Rollback method.
     - Notifications added to NotificationPanel now use the hand cursor and NotificationHoverForeColor only when the Selected action is set.
     - You can now add parameters to NotificationInfo added to NotificationPanel, which allows you to reference those parameters in Registered and Selected actions.
     - NotificationInfo has been changed so that DateTime and Text can be set in the constructor. Along with this change, DateTime and Text have been changed to read-only properties.