Click or drag to resize

Win32WindowParentWindows Property

Gets all parent windows.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IEnumerable<Win32Window> ParentWindows { get; }

Property Value

Type: IEnumerableWin32Window
A list of parent windows.
See Also