从工具箱 (WPF) 拖动控件时如何连接命令

发布于 2024-10-17 08:50:03 字数 209 浏览 2 评论 0原文

我正在开发一个用户控件。每当用户在活动窗口中的任何位置按 ALT + S 时,我的控件都应该可见。我将使用 ICommand 和输入绑定来实现此目的。

我的问题是:当开发人员将我的控件从工具箱拖到他们的窗口设计界面时,如何连接此代码?我知道我想要生成的代码(Window.CommandBindings 等),但不知道如何从工具箱中实现这一点。

有办法做到这一点吗?谢谢!

I'm developing a user control. My control should be visible whenever the user presses ALT + S anywhere in the active Window. I'm going to use an ICommand and input bindings to achieve this.

My question is: how can I wire this code up when a developer drags my control from the toolbox to their Window design surface? I know the code I want to generate (Window.CommandBindings etc) but don't know how to make that happen from the toolbox.

Is there a way to do this? Thanks!

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

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

发布评论

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

评论(1

习惯成性 2024-10-24 08:50:03

可能有用。

This might be useful.

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