gpt4 book ai didi

c# - 表单可以判断是否有打开的模态窗口吗?

转载 作者:IT王子 更新时间:2023-10-29 04:24:01 25 4
gpt4 key购买 nike

如何在我的 WinForm 应用程序的主窗体中判断是否有任何打开的模式窗口/对话框属于主窗体?

最佳答案

if (this.Visible && !this.CanFocus)
{
// modal child windows are open
}

关于c# - 表单可以判断是否有打开的模态窗口吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/409945/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com