当用户点击其他地方时隐藏表单

发布于 2024-12-02 05:55:13 字数 74 浏览 0 评论 0原文

我有一个表单的应用程序,是我用 C# 开发的。当用户单击表单或通知图标(在系统托盘中)上的其他位置时,我想隐藏表单。我怎么能这么做呢?

i have application with one form, which i developed in c#. I would like to hide the form when a user clicks somewhere else then on the form or on the notification icon (in system tray). How could i do that?

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

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

发布评论

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

评论(1

内心旳酸楚 2024-12-09 05:55:13

我不是 100% 确定您可以使用设计器中 Visual Studio 公开的标准事件来完成此操作,但如果您可以附加到 DeActivate 事件,或者表单失去焦点,那么您可以调用 form.Hide

I am not 100% sure you can do it with the standard event exposed by Visual Studio in the designer but if you could attach to the DeActivate event, or form lost focus, then you can call form.Hide

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