Click or drag to resize

SystemImageListHelperFetchIconAsync Method

Fetches the icon asynchronously.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public static void FetchIconAsync(
	ItemIdList itemIdList,
	bool opened,
	bool overlay,
	SystemImageListSize size,
	SystemImageListHelperSetIconDelegate callback,
	int workItemTag
)

Parameters

itemIdList  ItemIdList
The item identifier list.
opened  Boolean
if set to true the icon is fetched in the opened state.
overlay  Boolean
if set to true the overlay icon is fetched instead of the normal or opened icon
size  SystemImageListSize
The size.
callback  SystemImageListHelperSetIconDelegate
The callback that is called when the icon is retreived successfully.
workItemTag  Int32
The work item tag. Typically the tag of the ShellList/Tree that holds the item
See Also