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.0
Syntax
protected void SetThumbnailBitmap(
	ImageList imageList,
	Bitmap bitmap,
	ShellBrowser shellBrowser
)

Parameters

imageList
Type: System.Windows.FormsImageList
The imagelist to use.
bitmap
Type: System.DrawingBitmap
The surrogate bitmap that is initially set.
shellBrowser
Type: Jam.ShellShellBrowser
The ShellBrowser instance to use to query the real thumbnail asynchronously.
See Also