Display logo or image in the Ribbon using VSTO

2019-09-16 07:15发布

I am customizing a ribbon in the Excel using VSTO. I want to display a logo which is of stamp size in a ribbon. I tried the button which is not visible enough. The logo has some text in it and could not read when I use button.

Any suggestions?

1条回答
对你真心纯属浪费
2楼-- · 2019-09-16 07:58

VBA command bar has the option to display image but unfortunately Microsoft doesn't have any controls to display image in Ribbon using VSTO. But I used a button and made it disabled ever and displayed image still it is not nice as VBA.

查看更多
登录 后发表回答