Hello,
Where is the property so that I can put my own image in the round button that is the upper left of the ribbon control?
Thanks,Mel
Hello Mel,
You could set the image yourself using the following line of code:
ultraToolbarsManager1.Ribbon.ApplicationMenuButtonImage = "Your Image";
Please let me know if you need any other assistance.