Click or drag to resize

ShellListView.CompleteDetails Method

Completes the details of an item, like image index, sub items etc. If UseThreadPool is true, the items image index is obtained via a thread pool.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
protected void CompleteDetails(
	ShellListItem aItem
)

Parameters

aItem
Type: Jam.Shell.ShellListItem
the item
See Also