Click or drag to resize

FolderViewItems Property

Gets all 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> Items { get; }

Property Value

Type: IEnumerableItem
The items in the view.
See Also