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