Managed Windows API
FilterDescendantWindows Method (directOnly, predicate)
NamespacesManagedWinapi.WindowsSystemWindowFilterDescendantWindows(Boolean, Predicate<(Of <(SystemWindow>)>))
Returns all child windows that match the given predicate.
Declaration Syntax
C#
public SystemWindow[] FilterDescendantWindows(
	bool directOnly,
	Predicate<SystemWindow> predicate
)
Parameters
directOnly (Boolean)
Whether to include only direct children (no descendants)
predicate (Predicate<(Of <(SystemWindow>)>))
The predicate to filter.
Return Value
The list of child windows.

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)