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.1
Syntax protected void CompleteDetails(
ShellListItem aItem
)
Protected Sub CompleteDetails (
aItem As ShellListItem
)
protected:
void CompleteDetails(
ShellListItem^ aItem
)
member CompleteDetails :
aItem : ShellListItem -> unit
Parameters
- aItem
- Type: Jam.ShellShellListItem
the item
See Also