Click or drag to resize

ViewWindows Property

Gets all view/windows opened in Windows Explorer.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IEnumerable<View> Windows { get; }

Property Value

Type: IEnumerableView
The windows opened in Windows Explorer.
See Also