Office 2007 功能区编程指南

发布于 2024-08-16 03:16:22 字数 113 浏览 5 评论 0原文

我对如何恢复 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一杆小烟枪 2024-08-23 03:16:22

这些程序实际上并不恢复旧的菜单系统,它们修改当前的功能区,然后编写代码来模拟旧的设计。

您需要从这里开始修改功能区。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文