WPF中如何获得焦点控件?
如何在 WPF 中获得当前焦点控件?
我找到了一些 WinForms 的解决方案,但是调用 WIN32 API 函数,在 WPF 中不起作用?
在WPF中有什么办法可以做到这一点吗?
How can I get a current focused control in WPF?
I found some solution for WinForms, but invoking WIN32 API function, didn't work in WPF?
Is there any way for doing it in WPF?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我知道这是一个迟到的答案,但也许搜索的人会发现这很有帮助,我在 msdn 位于靠近页面底部的“以编程方式导航焦点”部分:
I know this is a late answer, but maybe people searching can find this helpful, I it found on msdn in the "Navigating Focus Programmatically" section close to the bottom of the page:
这就是我所做的
Here's what I did
另一个解决方案:
在这里找到:
https://stackoverflow.com/a/8077580/14648642
Another solution:
Found here:
https://stackoverflow.com/a/8077580/14648642