Click or drag to resize

ShellListItemGetDetails Method

Loads some values, like the image index into the returned value. Method should not be called in main thread.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected override ShellListBaseItemDetails GetDetails(
	JamBaseShellListView pListView
)

Parameters

pListView  JamBaseShellListView
The listview that is used to gather information from.

Return Value

ShellListBaseItemDetails
The details.
See Also