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?
Hello Ming,
If you are talking about the image in (see attached screenshot), then you should use the code below:
ultraToolbarsManager1.Ribbon.Visible = true;ultraToolbarsManager1.Ribbon.ApplicationMenuButtonImage = WindowsFormsApplication20.Resource1.Avatar04;
For more details, please take a look at the attached sample
Let me know if you have any questions.
oh, yes, it's ApplicationMenuButtonImage. It works, thank you!!!
Thanks for the feedback. If you have any questions, feel free to write us