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
35
How to add image ---- "Ribbon StartButton"
posted

I am useing UltraToolbarsManager  to get the Office 2007 Ribbon.

How to add image or text  to here?

 

 

Parents
  • 370
    Verified Answer
    posted

    Hi,

    To set an image on the applicationMenu Button, you need to set the Ribbon.ApplicationMenuButtonImage property present on ToolbarsManager. 

    To obtain the desired result at design time :

    - Select toolbarsManager

    - Open properties window

    - Expand Ribbon property in properties window

    - Set the value of ApplicationMenuButtonImage property.

    It is not possible to set the desired text on this button but if you wish to set text on the button you may consider using scenic Ribbon or ribbon 2010 (NA 10.3). The text can be set on the tab shaped button if you are using NetAdvantage 10.3(this feature was not available till NA10.2).

     

    Thanks

    Vaibhav

Reply Children
No Data