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

Parameters

aItem
Type: Jam.ShellShellListItem
the item
See Also