This method replaces a bitmap in the imagelist at the given index.
It paints images smaller than the thumbnail itself to the middle of the bitmap
by creating a resized image canvas and redrawing it.

Declaration Syntax
public static void ReplaceIconByThumbnail(
ImageList pImageList,
int pImageIndex,
Image pThumbnail
)
Public Shared Sub ReplaceIconByThumbnail ( _
pImageList As ImageList, _
pImageIndex As Integer, _
pThumbnail As Image _
)
public:
static void ReplaceIconByThumbnail(
ImageList^ pImageList,
int pImageIndex,
Image^ pThumbnail
)
Assembly:
ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)