FolderView.Selection 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
Syntaxpublic IEnumerable<Item> Selection { get; }
Property Value
Type:
IEnumerable<Item>
The selected items in the view.
See Also