标签:
foreach (Control c in this.Controls)
{
if (c is ComboBox)
{
c.Enabled = false;
}
}
标签:
原文地址:http://www.cnblogs.com/guiqiang/p/4632667.html