Пример #1
0
 void ABCCheckEdit_CheckedChanged(object sender, EventArgs e)
 {
     if (OwnerView != null)
     {
         OwnerView.SelectNextControl(OwnerView.ActiveControl, true, true, true, true);
         Application.DoEvents();
     }
 }