I know how to make AddIns in Word,Excel etc. I was wondering whether I can make custom tabs in other menus of the office application
Like in left hand menu or a tab just like Add a place. Is there any way this is possible?
答案 0 :(得分:0)
该问题在MSDN上得到了详细解答: https://social.msdn.microsoft.com/Forums/vstudio/en-US/6869ee8f-3f11-4a20-aa2e-d34009a66c5c/customizing-menu-of-office-applications-not-using-addin-tab?forum=vsto
由于此网站不赞同纯链接答案,我正在复制下面的回复(我自己的)。
“单击”File“显示的菜单称为”Backstage“。是的,您可以在那里添加自定义选项卡.Backstage是Ribbon XML的一部分,因此您需要将Ribbon XML部件添加到您的如果它有一个Ribbon Designer,你需要将该功能合并到Ribbon XML中并删除Designeer(一个VSTO项目不能同时使用这两个)。
您无法按照“另存为”中的描述添加自定义标签。
您可以从这些文章中找到有关使用Backstage的更多信息“
由于超链接没有粘贴,这里是从中获取这些超链接的文章: https://social.msdn.microsoft.com/Forums/office/en-US/ba8c9d0b-7312-4503-8167-f2ef86f17435/information-on-the-office-fluent-ui-ribbon-for-developers?forum=officegeneral