在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
//遍历窗体所有控件, foreach (Control control in this.Controls) { 遍历某个panel的所有控件 foreach (Control control in this.panel4.Controls) { control.Enabled = false; }
遍历所有TextBox类型控件或者所有DateTimePicker控件 foreach (Control control in this.Controls) {
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论