隐藏功能区Word加载项C#

问题描述:

我要一个VSTO代码,在Visual Studio 2008(C#)中使用Office Ribbon(XML)隐藏单词Ribbon.谢谢!

I''m asking for a code for VSTO, hiding word Ribbon using Office Ribbon (XML) in visual studio 2008 (C#). Thanks!

我假设您正在尝试将功能区控件隐藏在单词中?这里是一些链接..

http://social.msdn.microsoft.com/论坛/en-US/worddev/thread/cf0f5dc2-3ef9-41c6-8bd1-167d7ef5b9dd http://word.mvps.org/FAQs/Customization/CustomizeRibbon.htm http://us.generation-nt. com/vsto-add-hiding-showing-word-ribbon-control-vba-help-133276121.html http://social.msdn.microsoft.com /forums/zh-CN/vsto/thread/b7afd69a-8b07-4bdf-b8e1-79659e28dc62/
I am assuming that you are trying to hide ribbon controls in word? Here some are the links..

http://social.msdn.microsoft.com/Forums/en-US/worddev/thread/cf0f5dc2-3ef9-41c6-8bd1-167d7ef5b9dd


http://word.mvps.org/FAQs/Customization/CustomizeRibbon.htm

http://us.generation-nt.com/vsto-add-hiding-showing-word-ribbon-control-vba-help-133276121.html


http://social.msdn.microsoft.com/forums/en-US/vsto/thread/b7afd69a-8b07-4bdf-b8e1-79659e28dc62/


我自己做了.无论如何,感谢您的链接. :)
I did it myself. Thanks anyway for the links. :)