单击 Winform 控件时隐藏 wpf 弹出窗口
我在 WinForm 对话框中有一个 ElementHost 对象。 此 elementhosts 子级是一个 Popup
。 我想在用户单击任意位置时隐藏或关闭 Popup
。当点击发生在 Popup
中时我可以做到这一点。当用户在 WinForm 控件上单击弹出窗口外部时如何关闭它?
I have an ElementHost
object in a WinForm dialog.
This elementhosts child is a Popup
.
I want to hide or close the Popup
when the user clicks anywhere. I can do it when the click happened in the Popup
. How to close it when the user clicks outside the popup, on a WinForm control?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过 StaysOpen=false?
Did you try StaysOpen=false?