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
1045
ribbon applicationmenu image doesn't show
posted

Hi expert,

I dynamically set up my ribbon using following code

this.UIElements.ToolbarsManager.Ribbon.Visible = true;
this.UIElements.ToolbarsManager.Ribbon.FileMenuButtonAppearance.Image = Properties.Resources.appMenuIcon;

But it gives me a big round appliation button without image shown on it... If I hover over or click the button, it changes its color. Can you please teach me how to show the image on it?

Parents Reply Children
No Data