public static bool IsWindowVisible(IntPtr hWnd)
 {
     return(Api_User32.IsWindowVisible(hWnd));
 }