UtilUIAutomationIsWindowTotallyVisible Method

Overload List

IsWindowTotallyVisible(IntPtr) Determines whether the specified window is totally visible on the screen; this means the window is not obscured by other windows and is not off screen.
IsWindowTotallyVisible(Process) Determines whether the main window of the specified process is totally visible on the screen; this means the window is not obscured by other windows and is not off screen.

See Also