windows应用窗体如何使用代码修改标题栏的text属性值?

如题所述

这个很容易,加载的时候这样下就行了:
private void Form1_Load(object sender, EventArgs e)
{
this.Text = "你要修改的内容";
}
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答