Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 Word 开发和加载项。我想创建一个允许用户配置加载项的配置屏幕。这样做的正确方法是什么?
是否可以将配置屏幕添加到“Word 选项”菜单?
不,Microsoft Word 不支持扩展内置选项对话框(甚至不使用诸如 Window 子类化之类的技巧)
您必须提供一个单独的 UI 来访问您的加载项选项。您可以这样做,例如使用可通过功能区按钮访问的模式对话框或使用后台视图中的页面(仅适用于 Office 2010 或更高版本)。