Win32Interop.WinHandles icon indicating copy to clipboard operation
Win32Interop.WinHandles copied to clipboard

Feature Request: FindChildWindows extension method

Open woodlandhunter opened this issue 7 years ago • 1 comments

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)

woodlandhunter avatar Apr 11 '19 20:04 woodlandhunter

No, that'd be fine addition.

zastrowm avatar Apr 14 '19 20:04 zastrowm