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
posted @ 2021-12-01 13:58