日期:2014-05-18 浏览次数:21078 次
foreach (var c in panel1.Controls) { if (c is CheckBox) { ((CheckBox)c).Checked = true; } }