Win32WindowIsParentOf Method |
Determines whether this window is a parent or grand parent of the specified child window.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public bool IsParentOf(
IntPtr child
)
Parameters
- child
- Type: SystemIntPtr
The child window handle.
Return Value
Type:
Booleantrue if this window is a parent or grand parent of the specified child window; otherwise,
false.
See Also