Hi,
I'm having a hard time getting parts of the UltraToolbarManager to use a specific font (at run-time). I'm setting UltraToolbarManager.Appearance.FontData.Name to the name of the font I have specified in my top-most app window and most of it changes, except for the tabs:
Any suggestions on how to get the tab titles to use a specific font, or is it always going to use the current Theme's font?
Thanks!
-pete-
Pete,
Try setting UltraToolbarsManager.Ribbon.TabAreaAppearance.FontData.Name, Size, etc. Changing these should change the font of the RibbonTabs.
~Kim~
Thanks, that took care of it. I thought I had already tried that :)