禁用时更改 UserControl 中控件的外观

发布于 2024-11-09 09:46:27 字数 133 浏览 0 评论 0原文

我有一个用户控件,其中有一个 Border 和一个 TextBlock。我想在禁用用户控件时更改控件的外观,而不是默认灰显。当用户控件被禁用时,如何设置样式来更改子级的 UI?

谢谢。

I have a user control, which has a Border and a TextBlock in it. I want to change the appearance of the control's when the user control is disabled, rather than the default graying out. How can I setup a style to change the UI of the children when the user control is disabled?

Thanks.

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

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

发布评论

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

评论(1

苏璃陌 2024-11-16 09:46:27

使用新的“禁用视图状态”为每个边框和文本块创建隐式样式,其范围仅限于您的控件。

Create an implicit style for each of the border and textblock, scoped to your control, with a new Disabled ViewState.

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