foreach (Control c in this.Controls)
{
if (c is ComboBox)
{
c.Enabled = false;
}
}
foreach (Control c in this.Controls)
{
if (c is ComboBox)
{
c.Enabled = false;
}
}