Click or drag to resize

WindowsUtilitiesIsWindowVisible Method

Determines the visibility state of the specified window.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool IsWindowVisible(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
The handle.

Return Value

Type: Boolean
true if the specified window, its parent window, its parent's parent window, and so forth, have the WS_VISIBLE style; otherwise, false.
See Also