Articles in this section
Category / Section

How to set Button Styles for the CurrencyEdit?

1 min read

 

The Button Styles for the CurrencyEdit control can be applied using the ButtonStyle property.

C#

currencyEdit1.ButtonStyle = ButtonAppearance.Office2007;

VB

currencyEdit1.ButtonStyle = ButtonAppearance.Office2007

Also the ButtonStyle for the Calculator Popup buttons can be set using CalcPopup.ButtonStyle property.

C#

currencyEdit1.CalcPopup.ButtonStyle = ButtonAppearance.Office2007;

VB

currencyEdit1.CalcPopup.ButtonStyle = ButtonAppearance.Office2007

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