Click or drag to resize

View.Windows 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: IEnumerable<View>
The windows opened in Windows Explorer.
See Also