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
4165
UltraToolBars Ribbon - How can I set the imgage for the round button (home button?) in the upper left corner?
posted

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

  • 20872
    Offline posted

    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.