在代码隐藏中创建 RibbonControl

发布于 2024-09-06 16:24:10 字数 243 浏览 4 评论 0原文

我正在开发一个 PowerPoint 加载项项目。

我正在尝试在代码隐藏中创建 RibbonToggleButton,但我无法按照我的想法进行操作,

RibbonToggleButton toggleButton = new RibbonToggleButton();

是否可以在代码隐藏中创建 RibbonControls 而不是 RibbonDesigner 或 RibbonXML?

I'm working on a PowerPoint Add-In project.

I'm trying to create a RibbonToggleButton in code-behind but I can't do it the way I thought,

RibbonToggleButton toggleButton = new RibbonToggleButton();

Is it possible to create RibbonControls in code-behind and not the RibbonDesigner or RibbonXML?

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

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

发布评论

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

评论(1

昵称有卵用 2024-09-13 16:24:10

根据文档

您可以在以下位置创建一个RibbonToggleButton
运行时使用
CreateRibbonToggleButton 方法
RibbonFactory对象。


看起来您可以通过 RibbonBase.Factory 属性。

您可能还想查看此演练

According to the docs:

You can create a RibbonToggleButton at
run time by using the
CreateRibbonToggleButton method of the
RibbonFactory object.

It looks like you get at the RibbonFactory via the RibbonBase.Factory property.

You may also want to look through this walk-through.

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