Home > Net >  C # the focus has been to leave, how to solve this?
C # the focus has been to leave, how to solve this?

Time:05-07


As shown, the focus will soon leave controls, lead to can't choose the option in the combobox
 
Private void comboBox1_Leave (object sender, EventArgs e)
{
ComboBox1. Focus ();
}

Written code like this, don't know what's problem
  •  Tags:  
  • C#
  • Related