How to change the text size in textbox?

  • Thread starter Thread starter hongkong_netcop
  • Start date Start date
H

hongkong_netcop

I want to change the text size using listbox component and use select case
function.
How can I do that?
 
Your problem description is not clear enough (to me anyway) but at a guess
you are asking about font size. Check out the Control.Font property
(assigning it a new Font where you have configured the Size to your wish)

Cheers
Daniel
 
Back
Top