Click or drag to resize

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.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected void SetThumbnailBitmap(
	ImageList imageList,
	Bitmap bitmap,
	ShellBrowser shellBrowser
)

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