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:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static IEnumerable<Win32Window> TopLevelWindows { get; }
Property Value
Type:
IEnumerableWin32Window
Top-level windows.
See Also