GroupLab Widget Tap Library

Win32Helper.EnumChildWindows Method 

Gets a list of all the child windows of a windowing system window.

public static IntPtr[] EnumChildWindows(
   IntPtr windowHandle
);

Parameters

windowHandle
Parent window handle.

Return Value

A list of child window handles.

See Also

Win32Helper Class | GroupLab.WidgetTap.Helpers Namespace