Click or drag to resize

ExplorerBrowserItems Property

Contains the Items in the ExplorerBrowser. The collection is gathered upon first retrieval. It is updated internally when the items change, i.e. by moving to another folder. The items returned may be sorted differently than the view.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public SystemShellListItemCollection<BaseShellItem> Items { get; }

Property Value

Type: SystemShellListItemCollectionBaseShellItem
See Also