C#WinForm中如何用代码创建一个文本框

2024-11-24 23:13:17
推荐回答(1个)
回答1:

System.Windows.Forms.TextBox Text1 = new TextBox();
this.Controls.Add(Text1);