UtilUIAutomationIsWindowTotallyVisible(IntPtr) Method

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.

Definition

Namespace: DevCase.Core.Diagnostics.Processes
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsWindowTotallyVisible(
	IntPtr hWnd
)

Parameters

hWnd  IntPtr
A handle to the window.

Return Value

Boolean

[Missing <returns> documentation for "M:DevCase.Core.Diagnostics.Processes.UtilUIAutomation.IsWindowTotallyVisible(System.IntPtr)"]

See Also