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.1
Syntax protected 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
- 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