Hello everybody!
I cannot reproduce the behavior but suddenly all of the icons in my UltraToolbarsManager were lost.
I tried some .Ribbon.FileMenuStyle settings and at last
ultraToolbarsManager.Office2007UICompatibility = false;
Is it possible that this is the reason?
Do you have any other idea?
Thank you very much and kind regards.
Tom
Hello Tom,
When you say icons, are you referring to the actual icon images themselves or the tools that use the icons? In either case, I'm not sure what would have caused them to disappear.
If you're referring to the tools, it's possible that that they still exist but are just not on any of the toolbars or ribbon tabs you're using. I would suggest checking the Tools collection of the UltraToolbarsManager. If they're still in that collection, then all you need to do is add them to the toolbars or ribbon tabs again.
Hello Dave,
I'm reffering to the tools which use the icons. It's very astonishing: Icons got lost in every Windows Form at the same time.
What do you mean with "still exist but are just not on any of the toolbars or ribbon tabs"? The tools are still in the collection but there's no icon for each tool. I typically choose the images (small and large) by "Select From File/Resource" and then "Local Resource/Import".
Where are the icons saved after this?
Which lines of code get produced after referring the icons?
Thanks Tom