예제 #1
0
 private void ItemsBox_DropDownClosed(object sender, EventArgs e)
 {
     this.BeginInvoke(new Action(() => { ItemsBox.Select(0, 0); }));
 }