Click or drag to resize

NamespaceTreeControlGetSelectedItems Method

Enumerates the selected items.

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

Return Value

Type: IEnumerableItem
A collection of selected items
See Also