Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 ShowDialogue() 显示的表单的显示事件中设置 Visible = false 时,表单将自动调用它的关闭事件。我不想关闭表单...只是隐藏它。所以我必须改为调用 Show() 。但是,这不会阻止。
为什么使用 ShowDialogue() 设置 Visible = false 会导致表单接近触发?这是一个错误吗?
尝试触发Show(),而不是ShowDialogue(),如果它不起作用,您可以尝试使用Hide()或修改该Opacity属性。
Show()
ShowDialogue()
Hide()
Opacity