Click or drag to resize

Win32WindowProcessWindows Property

Gets the list of all windows that belong to this window's process.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IReadOnlyCollection<Win32Window> ProcessWindows { get; }

Property Value

Type: IReadOnlyCollectionWin32Window
A list of windows.
See Also