NamespaceTreeControl.GetSelectedItems Method |
Enumerates the selected items.
Namespace:
callback.ShellBoost.Core.WindowsShell
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntaxpublic IEnumerable<Item> GetSelectedItems()
Return Value
Type:
IEnumerable<Item>
A collection of selected items
See Also