c# 隐藏窗体方方法

mac2022-06-30  21

this.WindowState = FormWindowState.Minimized; this.ShowInTaskbar = false; base.SetVisibleCore(true);

转载于:https://www.cnblogs.com/mhxsh/p/11256037.html

相关资源:winform自动隐藏窗体
最新回复(0)