单击控件时哪些属性会发生更改?

发布于 2024-12-23 21:56:15 字数 131 浏览 2 评论 0原文

我正在尝试找到一种解决方法来在 EventTrigger 中应用设置器,我想在 Click 事件上设置一个属性,是否有人知道单击 Control 时会更改哪些属性,以便我可以测试这是在触发器中吗?

I am trying to find a workaround to applying a setter in an EventTrigger, I want to set a property on the Click event, does any one know what property gets changed when you click a Control so I can test this in a Trigger?

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

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

发布评论

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

评论(2

梦言归人 2024-12-30 21:56:15

问题有点模糊。也许 IsFocused 属性(对于可聚焦的 UIElement)就是您所寻求的那种东西。

The question is a little bit vague. Maybe the IsFocused property, for a UIElement which is Focusable, is the kind of thing you seek.

童话里做英雄 2024-12-30 21:56:15

我认为您正在寻找 MouseLeftButtonDown 事件。

I think you're looking for MouseLeftButtonDown event.

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