Search code examples
c#visual-studioms-wordadd-inribbon

How to get an customized image as label for office add in menu? C#


As the title say. I have an office add in for word and want the label (menu name) for my ribbon to be an customized image from my desktop. How do I add my image as label? Check the picture below to see an example..

Image to show where I want to add my customized image

I am using C# and visual studio (for the first time).


Solution

  • The Fluent UI doesn't allow placing images instead of text for tab captions.

    You can read more about the Fluent UI (aka Ribbon UI) in the following articles in MSDN: