Click or drag to resize

WindowsUtilitiesIsParentWindow Method

Determines whether the specified parent 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 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: Boolean
true if the specified parent window is a parent or grand parent of the specified child window; otherwise, false.
See Also