Can I replace the word "File" that appears on this menu with an Icon instead of the word. File doesn't make much since with our application and would prefer it just be an icon. If not that, can I change the word File to something else?
Thanks
Hello,
There are a few properties off of the UltraToolbarsManager's Ribbon that can help you achieve the desired functionality.
The text of the "File" tab can be changed using the FileMenuCaption property, or it can be completely removed using the FileMenuCaptionVisible property.
To add an image to this tab, you can set the Image property on the FileMenuButtonAppearance.
Let me know if you require further assistance.
Thanks,
Chris
Thanks a ton Chris. I must have looked at that for 30 minutes trying different properties lol, it seems so obvious now.