Win32WindowTopLevelWindows Property |
Enumerates all top-level windows on the screen.
This function does not enumerate child windows, with the exception of a few top-level windows owned by the system that have the WS_CHILD style.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IEnumerable<Win32Window> TopLevelWindows { get; }
Property Value
Type:
IEnumerableWin32Window
Top-level windows.
See Also