Managed Windows API
FilterToplevelWindows Method (predicate)
NamespacesManagedWinapi.WindowsSystemWindowFilterToplevelWindows(Predicate<(Of <(SystemWindow>)>))
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

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