Metroit.Windows.Forms.2
1.0.19
See the version list below for details.
dotnet add package Metroit.Windows.Forms.2 --version 1.0.19
NuGet\Install-Package Metroit.Windows.Forms.2 -Version 1.0.19
<PackageReference Include="Metroit.Windows.Forms.2" Version="1.0.19" />
paket add Metroit.Windows.Forms.2 --version 1.0.19
#r "nuget: Metroit.Windows.Forms.2, 1.0.19"
// Install Metroit.Windows.Forms.2 as a Cake Addin #addin nuget:?package=Metroit.Windows.Forms.2&version=1.0.19 // Install Metroit.Windows.Forms.2 as a Cake Tool #tool nuget:?package=Metroit.Windows.Forms.2&version=1.0.19
It is a library that helps to create WinForms application.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Metroit.2 (>= 1.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.1.1 | 492 | 6/29/2021 | |
1.1.0 | 455 | 1/6/2021 | |
1.0.21 | 346 | 12/9/2020 | |
1.0.20 | 485 | 10/3/2019 | |
1.0.19 | 533 | 2/6/2019 | |
1.0.18 | 520 | 1/28/2019 | |
1.0.17 | 509 | 12/28/2018 | |
1.0.16 | 540 | 11/22/2018 | |
1.0.15 | 545 | 11/4/2018 | |
1.0.14 | 567 | 10/29/2018 | |
1.0.13 | 558 | 10/29/2018 | |
1.0.12 | 565 | 10/26/2018 | |
1.0.11 | 559 | 10/25/2018 | |
1.0.10 | 588 | 10/25/2018 | |
1.0.9 | 575 | 10/24/2018 | |
1.0.8 | 556 | 10/24/2018 | |
1.0.7 | 567 | 10/24/2018 | |
1.0.6 | 551 | 10/24/2018 | |
1.0.5 | 599 | 9/25/2018 | |
1.0.4 | 600 | 9/19/2018 | |
1.0.3.40606 | 846 | 8/30/2018 | |
1.0.3.40605 | 981 | 4/19/2018 | |
1.0.3.40604 | 1,088 | 4/13/2018 | |
1.0.3 | 584 | 4/13/2018 | |
1.0.2 | 585 | 3/15/2018 | |
1.0.1 | 597 | 3/13/2018 | |
1.0.0 | 969 | 3/3/2018 |
bugfix:
MetTextBox
- When ReadOnlyLabel = true in the designer, a NullReferenceException occurs.
MetNumericTextBox
- NullReferenceException occurs when ReadOnlyLabel = true and Value is changed in the designer.
MetDateTimePicker
- When AcceptNull = true and Value = null in the designer, Format and CustomFormat properties change.
- When ReadOnly = true or ReadOnlyLabel = true in the designer, Value value is not displayed immediately after execution.
- If AcceptNull = true and Value = null in the designer, it will not be displayed even if the value is changed by executing it.
- When AcceptNull = true and Value = null in the designer, the change of ReadOnly or ReadOnlyLabel does not work at run time.