将图标添加到 WPF 中的 ApplicationCommands.Cut、ApplicationCommands.Copy...

发布于 2024-12-03 16:47:17 字数 136 浏览 1 评论 0原文

我正在使用 ApplicationCommand.Copy、ApplicationCommands.Cut 等向我的应用程序添加剪贴板支持。这设置了我的菜单项的文本和快捷方式文本。有没有办法定义这些命令的图标,以便在使用这些命令的任何地方都能得到相同的图标?

I'm using ApplicationCommand.Copy, ApplicationCommands.Cut, and others to add clipboard support to my application. This sets the text and shortcut text of my menuitems. Is there a way to define the icon for these commands so I get the same icon wherever these commands get used?

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

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

发布评论

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

评论(1

寒尘 2024-12-10 16:47:17

此功能依赖于 RoatedUICommand,没有图标。例如,您可以子类化 MenuItem 并添加一些 Dictionary,然后您可以在内部使用它们。

This functionality relies on the properties of RoutedUICommand, there is none for the icon. You could subclass MenuItem for example and add some Dictionary<RoutedUICommand,ImageSource>, which you then can use internally.

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