调试WPF时如何找出哪个元素获得焦点?

发布于 2024-11-18 21:43:54 字数 75 浏览 3 评论 0原文

我正在使用键盘导航,但无法从视觉上找到哪个元素具有焦点。在调试时,我设法中断了窗口内方法的执行,但我不知道哪个属性将显示当前聚焦的控件。

I'm navigating with the keyboard, and I can't find visually which element has the focus. While debugging I managed to break the execution in a method inside the Window but I don't know which property will reveal the current focused control.

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

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

发布评论

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

评论(1

久夏青 2024-11-25 21:43:54

使用 Snoop 并在事件选项卡中查找事件。从事件组合框中选择要侦听的所有事件。当您浏览应用程序时,您可以看到选项卡正在刷新,其中包含接收这些事件的新控件。

Use Snoop and look for the events in events tab. Select all the events you want to listen from the events combo box. As you move through your application you can see the tab refreshing with new controls that are receiving those events.

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