CurrencyTextBox 1.4.2

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

// Install CurrencyTextBox as a Cake Tool
#tool nuget:?package=CurrencyTextBox&version=1.4.2

.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 5,536 12/24/2019
1.4.3 8,797 6/23/2017
1.4.2 1,551 5/4/2017
1.4.1 1,683 11/26/2016
1.4.0 2,525 2/28/2016
1.3.1 1,728 2/16/2016
1.3.0 1,789 2/15/2016
1.2.0 1,893 2/11/2016
1.1.1 1,673 2/10/2016
1.1.0 2,136 2/9/2016

New in version 1.4.2
- FIXED issue where the foreground property did not affect the appearance of the control

New in version 1.4.1
- FIXED issue on TextBox_PreviewKeyDown to support IsDefault button.

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