Example #1
0
 private void TabForm_MouseHover(object sender, EventArgs e)
 {
     if (!this.ContainsFocus)
     {
         if (UiTools.IsAppFocused())
         {
             Focus();
         }
     }
 }