SystemImageListHelperFetchIconAsync Method |
Fetches the icon asynchronously.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 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