WindowsUtilitiesIsParentWindow Method |
Determines whether the specified parent 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 static bool IsParentWindow(
IntPtr parent,
IntPtr child
)
Parameters
- parent
- Type: SystemIntPtr
The parent window handle. - child
- Type: SystemIntPtr
The child window handle.
Return Value
Type:
Booleantrue if the specified parent window is a parent or grand parent of the specified child window; otherwise,
false.
See Also