Beispiel #1
0
 public bool IsWindowVisible(IntPtr hWnd)
 {
     return(PInvoker.IsWindowVisible(hWnd));
 }