Click or drag to resize
Xcalibur Systems LLC Logo

WindowHelperIsWindowVisible Method

Determines the visibility state of the specified window.

IsWindowVisible function


Namespace: Xcalibur.NativeMethods.V2.Windows
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[DllImportAttribute("user32.dll")]
public static bool IsWindowVisible(
	IntPtr windowHandle
)

Parameters

windowHandle  IntPtr
A handle to the window to be tested.

Return Value

Boolean
If the specified window, its parent window, its parent's parent window, and so forth, have the WS_VISIBLE style, the return value is nonzero. Otherwise, the return value is zero.
See Also