Win32WindowParentWindows Property |
Gets all parent windows.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public IEnumerable<Win32Window> ParentWindows { get; }
Property Value
Type:
IEnumerableWin32Window
A list of parent windows.
See Also