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.
谁能告诉我如何在截屏之前最小化我们的表单。我正在设置minimizebox=true; ,但这样做时表格消失了。我希望它在任务栏中可见..
minimizebox=true;
您可以将 windowState 设置为最小化。
window.WindowState = WindowState.Minimized;
您必须设置 Windows 状态
this.WindowState = FormWindowState.Minimized;