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.