Articles in this section
Category / Section

How to hide the Calculator Button in the CurrencyEdit control?

1 min read

 

The Calculator button displayed in the CurrencyEdit control can be hidden by using the “ShowCalculator” Property. Setting the “ShowCalculator” property to False hides the Calculator button and True shows it.

C#

this.currencyEdit1.ShowCalculator = false;

VB

Me.currencyEdit1.ShowCalculator = False

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied