VSTO Ribbon gallery that looks like the Style Selector in Word 2010

孤者浪人 提交于 2019-12-23 20:15:03

问题


I'm coding a Ribbon COM-add-in in C# and try to create a gallery of avaiable template files on a new tab.

Is it possible to set the gallery to open like the Style Selector gallery on the home tab in word ie. showing all the filenames in the gallery?


回答1:


MS does not allow others to use an In-Ribbon Gallery in Outlook 2007->2013. Maybe we will see it in Outlook 2015/2016.

Take a look at the MSDN Code Samples to see what Ribbon XML controls are available. The closest you can come is using the Gallery control which displays a customizable dropdown grid - not an in-ribbon gallery.



来源:https://stackoverflow.com/questions/12385104/vsto-ribbon-gallery-that-looks-like-the-style-selector-in-word-2010

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!