Returns all toplevel windows that match the given predicate.
Declaration Syntax
C# |
public static SystemWindow[] FilterToplevelWindows( Predicate<SystemWindow> predicate )
Parameters
- predicate (Predicate<(Of <(SystemWindow>)>))
- The predicate to filter.
Return Value
The filtered toplevel windows