2021年12月1日

C# WinForm遍历窗体控件的3种方法

摘要: C# WinForm遍历窗体控件的3种方法 转 https://www.cnblogs.com/zhaoshujie/p/14638460.html 1.循环遍历 private void GetControls(Control fatherControl) { Control.ControlCol 阅读全文

posted @ 2021-12-01 13:58 _ali 阅读(1411) 评论(0) 推荐(0) 编辑

导航