使用 Outlook 2007 插件功能区

发布于 2024-09-06 15:03:59 字数 221 浏览 5 评论 0原文

我正在使用 VSTO 2008 为 MS Outlook 2007 开发一个加载项。

我需要使用功能区(由 VSTO 2008 Office 加载项提供)为其添加用户友好的设计。

我需要在该菜单按钮中加载表单,并且需要为该表单应用功能区。

我已经将功能区和新表单添加到 Outlook 插件中,我需要知道如何使用我需要装饰的表单连接到功能区,

我该怎么做,请帮忙。

I am developing an add in for MS Outlook 2007 using VSTO 2008.

I need to add user-friendly design for it using the Ribbon (which is provided by VSTO 2008 office addins).

I need to load form in that menu button and need to apply a ribbon for that form.

I already add ribbon and new form to outlook addin, I need to know how I can connect to the ribbon with form which I need to decorate

How can I do it please help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

反话 2024-09-13 15:03:59

我认为您是在问如何向表单添加功能区。在这种情况下,您需要在表单上使用功能区控件(也许可以使用 WPF?)在功能区控件中,只需通过代码或使用设计器添加预先设计的功能区即可。

I think you're asking about how to add a ribbon to a form. In that case, you would need a ribbon control on the form (maybe use WPF instead?) In the ribbon control, just add your pre-designed ribbon via code or using the designer.

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