VSTO Powerpoint 2010 在多个文档 Windows 上共享 ToggleButton

发布于 2024-12-24 03:07:41 字数 154 浏览 1 评论 0原文

创建一个简单的 VSTO Powerpoint 2010 AddIn,在功能区内有 1 个切换按钮。

打开多个演示文稿,然后单击切换按钮。

切换按钮的选中状态在所有文档之间共享。

我怎样才能解决这个问题,以便具有与办公室本机的切换按钮相同的行为?

Create a simple VSTO Powerpoint 2010 AddIn with 1 toggle button inside the Ribbon.

Open several presentations, then clik on the toggle button.

The checked state of the toggle button is shared between all document.

How can i resolve this in order to have the same behavior that office's native's toggle-buttons ?

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

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

发布评论

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

评论(1

蓝梦月影 2024-12-31 03:07:41

在头顶,捕获文档打开或选择更改时发生的事件;使按钮无效并调用一个例程,根据 ActivePresentation 确定按钮应具有的状态。

Off top of head, trap the event that occurs on document open or selection change; invalidate the button and call a routine that determines the state it should have based on the ActivePresentation.

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