Beispiel #1
0
 protected override void OnLostFocus(EventArgs e)
 {
     base.OnLostFocus(e);
     if (handle != IntPtr.Zero)
     {
         BlinkBrowserPInvoke.wkeKillFocus(handle);
     }
 }