Click or drag to resize

SystemImageListHelperFetchIconAsync Method

Fetches the icon asynchronously.

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

Parameters

itemIdList
Type: Jam.ShellItemIdList
The item identifier list.
opened
Type: SystemBoolean
if set to true the icon is fetched in the opened state.
overlay
Type: SystemBoolean
if set to true the overlay icon is fetched instead of the normal or opened icon
size
Type: Jam.ShellSystemImageListSize
The size.
callback
Type: Jam.ShellSystemImageListHelperSetIconDelegate
The callback that is called when the icon is retreived successfully.
workItemTag
Type: SystemInt32
The work item tag. Typically the tag of the ShellList/Tree that holds the item
See Also