SystemImageListHelperFetchIconAsync Method |
Fetches the icon asynchronously.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public static void FetchIconAsync(
ItemIdList itemIdList,
bool opened,
bool overlay,
SystemImageListSize size,
SystemImageListHelperSetIconDelegate callback,
int workItemTag
)
Public Shared Sub FetchIconAsync (
itemIdList As ItemIdList,
opened As Boolean,
overlay As Boolean,
size As SystemImageListSize,
callback As SystemImageListHelperSetIconDelegate,
workItemTag As Integer
)
public:
static void FetchIconAsync(
ItemIdList^ itemIdList,
bool opened,
bool overlay,
SystemImageListSize size,
SystemImageListHelperSetIconDelegate^ callback,
int workItemTag
)
static member FetchIconAsync :
itemIdList : ItemIdList *
opened : bool *
overlay : bool *
size : SystemImageListSize *
callback : SystemImageListHelperSetIconDelegate *
workItemTag : int -> unit
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