Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
Ribbon highlight effect
posted

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.

Parents
No Data
Reply
  • 44743
    posted

    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.

Children