User32EnumChildWindows Method

Overload List

EnumChildWindows(IntPtr, DelegatesEnumChildWindowsProc, IntPtr) Enumerates the child windows that belong to the specified parent window by passing the handle to each child window, in turn, to an application-defined callback function.

EnumChildWindows(IntPtr, DelegatesEnumChildWindowsProc, IntPtr) continues until the last child window is enumerated or the callback function returns .

EnumChildWindows(SafeHandle, DelegatesEnumChildWindowsProc, IntPtr) Enumerates the child windows that belong to the specified parent window by passing the handle to each child window, in turn, to an application-defined callback function.

EnumChildWindows(IntPtr, DelegatesEnumChildWindowsProc, IntPtr) continues until the last child window is enumerated or the callback function returns .

See Also