I am currently developing a WinForms application using Ribbon. I was wondering if there is a way to disable the highlighting effect when you mouse over the different groups?
Thanks.
You cannot disable the hot tracking which occurs when the mouse enters the RibbonGroup, but you can prevent it from fading the hot track appearance in and out by setting the UltraToolbarsManager.TransitionAreas property to None.
I tried this but it did not work. Is there something else that may be changing this setting?