Click or drag to resize

NamespaceTreeControlGetSelectedItems Method

Enumerates the selected items.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IEnumerable<Item> GetSelectedItems()

Return Value

Type: IEnumerableItem
A collection of selected items
See Also