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
<PackageReference Include="Metroit.Windows.Forms" Version="3.3.0" />
<PackageVersion Include="Metroit.Windows.Forms" Version="3.3.0" />
<PackageReference Include="Metroit.Windows.Forms" />
paket add Metroit.Windows.Forms --version 3.3.0
#r "nuget: Metroit.Windows.Forms, 3.3.0"
#:package Metroit.Windows.Forms@3.3.0
#addin nuget:?package=Metroit.Windows.Forms&version=3.3.0
#tool nuget:?package=Metroit.Windows.Forms&version=3.3.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 (>= 3.3.0)
- Microsoft.Web.WebView2 (>= 1.0.3240.44)
- Svg (>= 3.4.7)
-
net6.0-windows7.0
- Metroit (>= 3.3.0)
- Microsoft.Web.WebView2 (>= 1.0.3240.44)
- Svg (>= 3.4.7)
-
net8.0-windows7.0
- Metroit (>= 3.3.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.
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.