private void CheckBoxSwitchCheckedChanged(object sender, EventArgs e) { this.comboBoxSwitch.Enabled = this.checkBoxSwitch.Checked; this.comboBoxSwitch.SelectedIndex = Math.Max(0, this.comboBoxSwitch.SelectedIndex); }