Click or drag to resize

Win32WindowIsParentOf Method

Determines whether this window is a parent or grand parent of the specified child window.

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

Parameters

child
Type: SystemIntPtr
The child window handle.

Return Value

Type: Boolean
true if this window is a parent or grand parent of the specified child window; otherwise, false.
See Also