if(comboBox1.SelectedItem.ToString() == "Something") { textBox1.Text = "Something"; }
if(comboBox1.SelectedText == "Something") { textBox1.Text = "Something"; }