Office 2007 功能区编程指南
我对如何恢复 Office 2007 的旧菜单感兴趣。我知道您可以购买执行此操作的加载项,但我更感兴趣的是如何这些是如何完成的?我想在家里实施这个,只需要指明正确的方向!
谢谢!
I'm interested on how to get the old menus back for Office 2007. I know you can buy add-ins that do this, but I'm more interested on how these are done? I want to implement this at home and just need to be pointed in the correct direction!
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些程序实际上并不恢复旧的菜单系统,它们修改当前的功能区,然后编写代码来模拟旧的设计。
您需要从这里开始修改功能区。
http://msdn.microsoft.com/en- us/library/aa942866%28VS.80%29.aspx
我怀疑功能区会消失,所以您最好花点时间来习惯它。我有,现在我更喜欢这种风格的菜单系统。事实上,我一直在寻找在我构建的应用程序中实现这种风格的代码。
These programs don't actually restore the old menu system, they modify the current Ribbon and then write the code to mock the old design.
This is where you need to start in order to modify the Ribbon.
http://msdn.microsoft.com/en-us/library/aa942866%28VS.80%29.aspx
I doubt the Ribbon is going to go away, so you probably will be better off taking the time to get used to it. I have, and now I much prefer this style menu system. In fact, I have been looking at code to implement this style in applications that I build.