如何删除“窗口窗体”顶部的蓝色边框? (我不知道确切的名字。) 最佳答案 您可以在设计器中将属性FormBorderStyle设置为none,或在代码中:this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;