Articles in this section
Category / Section

How to update CurrencyEdit popup size based on its Font size?

1 min read

In CurrencyEdit control, it is possible to update its Popup size based on Font size.

 

 

Following code examples demonstrates the same.

C#

 //Update CurrencyEdit popup based on Font size
  
this.currencyEdit1.Font = new Font("Microsoft Sans Serif", 12);

 

VB

'Update CurrencyEdit popup based on Font size
Me.currencyEdit1.Font = New Font("Microsoft Sans Serif", 12)

                             

C:\Users\keerthana.jegannatha\Pictures\Camera Roll\CurrencyEditPopup.png

Figure 1. Update CurrencyEdit Popup size based on Font size with image.

 

Sample Links:

 

C#:How to update CurrencyEdit popup size based on Font size C#

VB: How to update CurrencyEdit popup size based on Font size VB

 

 

 

 

 

 

 

 

 

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