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

相关文章: