WindowInfoVisible Property

Gets a value that determine the visibility state of the specified window.

Returns if the window is minimized or hide.

Because the return value specifies whether the window has the Visible style, it may return even if the window is totally obscured by other windows.

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 bool Visible { get; }

Property Value

Boolean

See Also