ShellListBaseItemSetThumbnailBitmap Method |
Adds the bitmap to the image collection of the imagelist, sets the
image index of this item accordingly.
Queues another work-item to obtain a real thumbnail later on
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected void SetThumbnailBitmap(
ImageList imageList,
Bitmap bitmap,
ShellBrowser shellBrowser
)
Protected Sub SetThumbnailBitmap (
imageList As ImageList,
bitmap As Bitmap,
shellBrowser As ShellBrowser
)
protected:
void SetThumbnailBitmap(
ImageList^ imageList,
Bitmap^ bitmap,
ShellBrowser^ shellBrowser
)
member SetThumbnailBitmap :
imageList : ImageList *
bitmap : Bitmap *
shellBrowser : ShellBrowser -> unit
Parameters
- imageList ImageList
- The imagelist to use.
- bitmap Bitmap
- The surrogate bitmap that is initially set.
- shellBrowser ShellBrowser
- The ShellBrowser instance to use to query the real thumbnail asynchronously.
See Also