






















页面调用方法:
foreach (Control control1 in this.Form.Controls)
{
FindSelecedControl(control1);
}
页面调用方法:
foreach (Control control1 in this.Form.Controls)
{
FindSelecedControl(control1);
}
转载于:https://www.cnblogs.com/micheng11/archive/2009/03/04/1403020.html