WindowsUtilitiesIsWindowVisible Method |
Determines the visibility state of the specified window.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool IsWindowVisible(
IntPtr handle
)
Parameters
- handle
- Type: SystemIntPtr
The handle.
Return Value
Type:
Booleantrue if the specified window, its parent window, its parent's parent window, and so forth, have the WS_VISIBLE style; otherwise,
false.
See Also