C# UserControl 可见属性

发布于 2024-08-22 03:26:22 字数 128 浏览 6 评论 0原文

如何覆盖 UserControl Visible 属性?或者我如何确定控件何时更改其可见状态?

稍后编辑:我需要它在 .NET CF 3.5 中工作。

谢谢。

How can I override a UserControl Visible property ? Or how could I determine within a control when it changes its Visible state ?

Later edit: I need it to work in .NET CF 3.5.

Thanks.

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

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

发布评论

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

评论(2

终难愈 2024-08-29 03:26:22

我最终通过添加一个 new Visible 属性解决了这个问题,该属性设置 base.Visible 属性并执行我的自定义工作。

I finally fixed the issue by adding a new Visible property which is setting the base.Visible property and does my custom work.

痴梦一场 2024-08-29 03:26:22

尝试订阅 IsVisibleChanged事件

Try to subscribe to the IsVisibleChanged event

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