Click or drag to resize

ShellListViewCompleteDetails 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.2
Syntax
protected void CompleteDetails(
	ShellListItem aItem
)

Parameters

aItem  ShellListItem
the item
See Also