Click or drag to resize

ShellListViewItems Property

Returns a collection containing all ShellListItems in the ShellListView. Items are of type ShellListItem

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public JamBaseShellListViewShellListViewItemCollection<ShellListItem> Items { get; }

Property Value

Type: JamBaseShellListViewShellListViewItemCollectionShellListItem
See Also