Metroit.Windows.Forms.45
1.4.5.1
See the version list below for details.
dotnet add package Metroit.Windows.Forms.45 --version 1.4.5.1
NuGet\Install-Package Metroit.Windows.Forms.45 -Version 1.4.5.1
<PackageReference Include="Metroit.Windows.Forms.45" Version="1.4.5.1" />
paket add Metroit.Windows.Forms.45 --version 1.4.5.1
#r "nuget: Metroit.Windows.Forms.45, 1.4.5.1"
// Install Metroit.Windows.Forms.45 as a Cake Addin #addin nuget:?package=Metroit.Windows.Forms.45&version=1.4.5.1 // Install Metroit.Windows.Forms.45 as a Cake Tool #tool nuget:?package=Metroit.Windows.Forms.45&version=1.4.5.1
It is a library that helps to create WinForms application.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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.45 (>= 1.4.4.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Metroit.Windows.Forms.45:
Package | Downloads |
---|---|
Metroit.Win.GcSpread
GrapeCity SPREAD for Windows Forms を少し使いやすくするライブラリです。 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.5.0.3 | 2,577 | 11/4/2022 | |
1.5.0.2 | 3,849 | 10/12/2022 | |
1.5.0.1 | 1,229 | 10/7/2022 | |
1.5.0 | 2,276 | 9/30/2022 | |
1.4.6.1 | 2,418 | 9/8/2022 | |
1.4.6 | 3,349 | 6/24/2022 | |
1.4.5.1 | 447 | 6/8/2022 | |
1.4.5 | 347 | 6/6/2022 | |
1.4.4.2 | 448 | 6/2/2022 | |
1.4.4.1 | 409 | 6/2/2022 | |
1.4.4 | 528 | 11/12/2021 | |
1.4.3 | 277 | 11/11/2021 | |
1.4.2 | 269 | 11/5/2021 | |
1.4.1 | 269 | 10/28/2021 | |
1.4.0 | 333 | 10/25/2021 | |
1.3.3 | 269 | 10/15/2021 | |
1.3.2 | 345 | 9/22/2021 | |
1.3.1 | 276 | 9/22/2021 | |
1.3.0 | 398 | 9/21/2021 | |
1.1.1 | 411 | 6/29/2021 | |
1.1.0 | 660 | 1/6/2021 | |
1.0.21 | 381 | 12/9/2020 | |
1.0.20 | 836 | 10/3/2019 | |
1.0.19 | 784 | 2/6/2019 | |
1.0.18 | 525 | 1/28/2019 | |
1.0.17 | 519 | 12/28/2018 | |
1.0.16 | 571 | 11/22/2018 | |
1.0.15 | 564 | 11/4/2018 | |
1.0.14 | 579 | 10/29/2018 | |
1.0.13 | 550 | 10/29/2018 | |
1.0.12 | 556 | 10/26/2018 | |
1.0.11 | 613 | 10/25/2018 | |
1.0.10 | 557 | 10/25/2018 | |
1.0.9 | 548 | 10/24/2018 | |
1.0.8 | 551 | 10/24/2018 | |
1.0.7 | 560 | 10/24/2018 | |
1.0.6 | 588 | 10/24/2018 | |
1.0.5 | 616 | 9/25/2018 | |
1.0.4 | 611 | 9/19/2018 | |
1.0.3.40606 | 821 | 8/30/2018 | |
1.0.3.40605 | 1,059 | 4/19/2018 | |
1.0.3.40521 | 1,090 | 4/13/2018 | |
1.0.3 | 617 | 4/13/2018 | |
1.0.2 | 641 | 3/15/2018 | |
1.0.1 | 588 | 3/13/2018 | |
1.0.0 | 975 | 3/3/2018 |
bugs:
- MetTextBox
- When rolled back to the maximum number of digits by Rollback(), the focus is not moved by the AutoFocus property.
- MetNumericTextBox
- For example, if MaxValue is 100 and MinValue is 10, you can enter 9.
changes:
- MetNumericTextBox
- The value is fixed when the focus is lost.
- When the Value property is acquired without losing focus like the execution of ToolStripMenuItem, the value is fixed.
add:
- MetNumericTextBox
- Added ValueChanged event.