Win32Interop.WinHandles
Win32Interop.WinHandles copied to clipboard
Feature Request: FindChildWindows extension method
Would you be opposed to an extension method for finding child windows? e.g.
public static IEnumerable<WindowHandle> FindChildWindows(this WindowHandle parent, Predicate<WindowHandle> windowPredicate)
No, that'd be fine addition.