Exemplo n.º 1
0
 public bool IsForeground()
 {
     return(WindowToForeground.GetForegroundWindow() == HWnd);
 }
Exemplo n.º 2
0
 public bool Focus()
 {
     return(WindowToForeground.ForceWindowToForeground(HWnd));
 }