删除Windows窗体的标题栏 [英] Remove the title bar in Windows Forms

查看:113
本文介绍了删除Windows窗体的标题栏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我怎样才能去掉蓝色边框是在窗口形式的顶部? (我不知道它的名字完全相符。)

How can I remove the blue border that's on top of the Window Form? (I don't know the name of it exactly.)

推荐答案

您可以设置属性 FormBorderStyle 首屈一指的设计师, 或code:

You can set the Property FormBorderStyle to none in the designer, or in code:

this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;

这篇关于删除Windows窗体的标题栏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆