Metroit.Windows.Forms
4.1.0
dotnet add package Metroit.Windows.Forms --version 4.1.0
NuGet\Install-Package Metroit.Windows.Forms -Version 4.1.0
<PackageReference Include="Metroit.Windows.Forms" Version="4.1.0" />
<PackageVersion Include="Metroit.Windows.Forms" Version="4.1.0" />
<PackageReference Include="Metroit.Windows.Forms" />
paket add Metroit.Windows.Forms --version 4.1.0
#r "nuget: Metroit.Windows.Forms, 4.1.0"
#:package Metroit.Windows.Forms@4.1.0
#addin nuget:?package=Metroit.Windows.Forms&version=4.1.0
#tool nuget:?package=Metroit.Windows.Forms&version=4.1.0
It is a library that helps to create WinForms application.
| Product | Versions 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. |
-
.NETFramework 4.6.2
- Metroit (>= 4.1.0)
- Microsoft.Web.WebView2 (>= 1.0.3240.44)
- Svg (>= 3.4.7)
-
net6.0-windows7.0
- Metroit (>= 4.1.0)
- Microsoft.Web.WebView2 (>= 1.0.3240.44)
- Svg (>= 3.4.7)
-
net8.0-windows7.0
- Metroit (>= 4.1.0)
- Microsoft.Web.WebView2 (>= 1.0.3240.44)
- Svg (>= 3.4.7)
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 |
|---|---|---|
| 4.1.0 | 58 | 3/4/2026 |
| 4.0.0 | 237 | 11/27/2025 |
| 3.4.4 | 312 | 11/12/2025 |
| 3.4.3 | 209 | 10/31/2025 |
| 3.4.2 | 193 | 10/30/2025 |
| 3.4.1 | 201 | 10/17/2025 |
| 3.4.0 | 181 | 10/16/2025 |
| 3.3.0 | 336 | 9/16/2025 |
| 3.2.0 | 227 | 8/18/2025 |
| 3.1.5.1 | 201 | 8/4/2025 |
| 3.1.5 | 574 | 7/23/2025 |
| 3.1.2 | 161 | 7/18/2025 |
| 3.1.1 | 181 | 7/11/2025 |
| 3.1.0 | 289 | 5/27/2025 |
| 3.0.0.2 | 431 | 5/15/2024 |
| 3.0.0.1 | 255 | 4/10/2024 |
| 3.0.0 | 278 | 3/6/2024 |
| 2.0.0.1 | 194 | 5/15/2024 |
Add
- MetApplicationContext
Modify
- The MouseOverBackColor property has been replaced by the FocusedBackColor property.
- The MouseOverForeColor property has been replaced by the FocusedForeColor property.
- The MouseDownBackColor property has been replaced by the PressedBackColor property.
- The MouseDownForeColor property has been replaced by the PressedForeColor property.
- The MouseOver property has been replaced by the Focused property.
- The MouseDown property has been replaced by the Pressed property.
- For MetRoundedButton and MetRoundedRadioButton, the color is now reflected when the button has focus and when the space bar is pressed.
BugFix
- Fixed an issue where a NullReferenceException would occur when the overlay displayed by MetRoundedButton or MetRoundedRadioButton was hidden.