Click or drag to resize

CustomFileListTCompleteDetails Method

Completes the details of an item, like image index, sub items etc.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected abstract void CompleteDetails(
	T aItem
)

Parameters

aItem
Type: T
The item to complete the details for.
See Also