How to implement font size change feature of Office 2007?
-
In our application, we would like to update our view based on the user's selection in a combo box like office 2007 does to change font size. We notice that when you highlight a font size from the combo box, you can preview the size change without the need to hit "Enter" or any other "Apply" trigger. How can we do that? Does the combo box of new version of Visual Tools have the event trigger automatically? Thank you very much!
-
In our application, we would like to update our view based on the user's selection in a combo box like office 2007 does to change font size. We notice that when you highlight a font size from the combo box, you can preview the size change without the need to hit "Enter" or any other "Apply" trigger. How can we do that? Does the combo box of new version of Visual Tools have the event trigger automatically? Thank you very much!
For user selection trigger in combo box, check out this code project link: http://www.codeproject.com/KB/combobox/xtipcombobox.aspx[^] This article talks about Tooltips but you can use the same trigger functionality for your requirement. Hope this helps.