CurrencyTextBox 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CurrencyTextBox --version 1.4.0
                    
NuGet\Install-Package CurrencyTextBox -Version 1.4.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="CurrencyTextBox" Version="1.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CurrencyTextBox" Version="1.4.0" />
                    
Directory.Packages.props
<PackageReference Include="CurrencyTextBox" />
                    
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 CurrencyTextBox --version 1.4.0
                    
#r "nuget: CurrencyTextBox, 1.4.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.
#addin nuget:?package=CurrencyTextBox&version=1.4.0
                    
Install CurrencyTextBox as a Cake Addin
#tool nuget:?package=CurrencyTextBox&version=1.4.0
                    
Install CurrencyTextBox as a Cake Tool

.NET FRAMEWORK 4

A WPF TextBox for entering a Currency/Numeric/Percent value, similar to how a cash register works.
Numbers typed are pushed in from the right.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
2.0.2 6,802 12/24/2019
1.4.3 9,624 6/23/2017
1.4.2 1,740 5/4/2017
1.4.1 1,812 11/26/2016
1.4.0 2,799 2/28/2016
1.3.1 1,954 2/16/2016
1.3.0 2,062 2/15/2016
1.2.0 2,207 2/11/2016
1.1.1 1,892 2/10/2016
1.1.0 2,595 2/9/2016

New in version 1.4.0
- ADD support of percent string format (P to P6)

New in version 1.3.1
- BUG FIX When popup closed the window do not freeze
- Little desing update un popup

New in version 1.3.0
- Add support of Undolimit
- Add functionality ADD/REMOVE popup (Enter Key when CanShowAddPanel = true)

New in version 1.2.0
- Add support of numeric value (Stringformat N to N6)

New in version 1.1.1
- Validate MinimumValue / MaximumValue dependency properties
- Validate StringFormat dependency property

New in version 1.1.0
- Add support of Undo/Redo
- Add Copy/Paste