有没有办法将 Keyboard.FocusedElement 设置为特定元素?

发布于 2024-11-27 14:58:39 字数 311 浏览 1 评论 0原文

Keyboard.FocusedElement 给出具有键盘焦点的元素。然而它没有设置器。我想通过代码将此属性设置为另一个元素。有办法吗?

微软网站上,它这样说:“键盘焦点是指正在接收键盘输入的对象。具有键盘焦点的元素将 IsKeyboardFocused 设置为 true。”

然而 IsKeyboardFocused 也没有设置器。

Keyboard.FocusedElement gives the element that has keyboard focus. However it has no setter. I want to set this property to another element through code. is there a way?

On microsoft's site, it said this: "Keyboard focus refers to the object that is receiving keyboard input. The element with keyboard focus has IsKeyboardFocused set to true."

However IsKeyboardFocused also has no setter as well.

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

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

发布评论

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

评论(1

梦归所梦 2024-12-04 14:58:39

我认为您只是在寻找 UIElement.Focus() 方法。

I think you are just looking for the UIElement.Focus() method.

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