如何设置“isfocusable” WPF 中 UIElements(按钮)的属性为 false?

发布于 2024-11-15 19:59:33 字数 83 浏览 3 评论 0原文

我试图将 UIElement 的属性设置为不可聚焦,但按钮似乎没有 isfocusable 属性。有人有什么建议吗?谢谢 :)

I'm trying to set the property of UIElement to not focusable, but there does not seem to be a isfocusable property for buttons. Does anyone have any suggestions? Thanks :)

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

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

发布评论

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

评论(2

皓月长歌 2024-11-22 19:59:33

我相信您正在寻找 Focusable 属性。

I believe you are looking for the Focusable property.

西瓜 2024-11-22 19:59:33

What about <Button Focusable="False" />

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