UtilUIAutomationIsWindowTotallyVisible(Process) Method

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.

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(
	Process proc
)

Parameters

proc  Process
The source process.

Return Value

Boolean

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

See Also