UtilUIAutomationIsWindowVisible(Process) Method

Determines whether the main window of the specified process is visible on the screen (partially obscured by other windows or not).

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

Parameters

proc  Process
The source process.

Return Value

Boolean

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

See Also