Click or drag to resize

ThumbnailUnavailableHandler Delegate

A delegate to execute if the shell doesn't supply a real thumbnail of the element.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public delegate void ThumbnailUnavailableHandler(
	string pPath,
	Size pSize,
	out Bitmap pBitmap
)

Parameters

pPath  String
The path of the file to load a thumbnail for.
pSize  Size
The requested size of the thumbnail.
pBitmap  Bitmap
A Bitmap representing the the thumbnail of the file. Null if not supplied
See Also