471 B
471 B
title, date, author, top_img
| title | date | author | top_img |
|---|---|---|---|
| Winform | 2022-11-18 14:48:31 | 文永达 | https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/B951AE18-D431-417F-B3FE-A382403FF21B.jpeg |
Winform
1 .Net Framework
1.1 控件属性
1.1.1 Name
表示控件名
this.button1.Name = "button1";
1.1.2 Text
表示控件文本显示
this.button.Text = "button1";
1.2 控件事件
1.2.1 button按钮
1.2.1.1 click