Question-C#窗体中代码添加控件

2021-01-20 19:11

阅读:393

标签:div   border   pre   style   question   col   ack   int   label   

 

1             Label SnLable = new Label
2             {
3                 Size = new Size(SnLength, SnLength),
4                 BackColor = Color.Red,
5                 Location = new Point(10, 10),
6                 BorderStyle = BorderStyle.FixedSingle
7             };
8 
9             this.Controls.Add(SnLable);

 

写完之后不要忘记this.Controls.Add(SnLable);

Question-C#窗体中代码添加控件

标签:div   border   pre   style   question   col   ack   int   label   

原文地址:https://www.cnblogs.com/Luck1996/p/12127468.html


评论


亲,登录后才可以留言!