GroupLab Widget Tap Library

Win32Helper.GetParent Method 

Gets the window handle of the parent of a windowing system window.

public static IntPtr GetParent(
   IntPtr windowHandle
);

Parameters

windowHandle
A child window handle.

Return Value

The parent's window handle.

See Also

Win32Helper Class | GroupLab.WidgetTap.Helpers Namespace