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
165
How to avoid bars in Application Menu
posted

Hello!

We have an application with a useless blue bar in the application menu. It is similar to the FooterToolbar which I have set transparent:

this.ultraToolbarsManager1.Ribbon.ApplicationMenu.FooterToolbar.Settings.Appearance.BackColor = Color.Transparent;

But how can I avoid the blue bar (see screenshot) at the top of the application menu?

Thank you very much
Helfried

Application Menu

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi Helfried,

    As far as I can tell, there's no way to remove that bar (which is the ApplicationMenuHeader). But the bar only appears in Office2013 Style. So you could set the Style on your UltraToolbarsManager to Office2010, which is a very similar style and does not show the same bar - although it does show a sort've similar header that covers the other tabs.

Children
No Data