具体方法是,加上一句 “ this.ControlBox = false;”。
如下:
public Form1() { InitializeComponent(); this.ControlBox = false; // 设置不出现关闭按钮 }