12 2021 档案

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 阅读(1752) 评论(0) 推荐(0)

导航