从工具箱 (WPF) 拖动控件时如何连接命令
我正在开发一个用户控件。每当用户在活动窗口中的任何位置按 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能有用。
This might be useful.