Click or drag to resize

FolderViewSelection Property

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

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

Property Value

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