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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected override ShellListBaseItemDetails GetDetails(
	JamBaseShellListView pListView
)

Parameters

pListView
Type: Jam.ShellJamBaseShellListView
The listview that is used to gather information from.

Return Value

Type: ShellListBaseItemDetails
The details.
See Also