Click or drag to resize

FolderViewSelection Property

Gets the current selection as a list of items in the view.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IEnumerable<Item> Selection { get; }

Property Value

Type: IEnumerableItem
The selected items in the view.
See Also