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
270
Application Menu Image , onClick,onMouseOver, where to change
posted

I created a themepack project as specified in the guidance you gave us.
For my ribbon i use the RibbonOffice2kBlack.xaml and the RibbonOffice2kBrushes_Black.xaml.

I want the ribbon to use my own created ApplicationMenuPressed, ApplicationMenuNormalBlack, .....
but i can't seem to find the correct xaml brush or style (i don't know) that i have to change in these files to accomplish this task. Maybe i am overlooking something ?

 Help would be greatly appreciated.

 

Thx

Parents
No Data
Reply
  • 54937
    Offline posted

    If you just want to change the colors used in the orb then you can change the brushes whose key is like RibbonBrushKeys.ApplicationMenuButtonNormalOuterBorderFillKey, ApplicationMenuButtonHoverOuterBorderFillKey, etc. If you need to retemplate it then you need to change the template for the ApplicationMenuPresenter class.

Children
No Data