Small bitmap representation of this element.
[Visual Basic 6.0] Property Thumbnail As OLE_HANDLE
[Visual Basic .NET] Public ReadOnly Property Thumbnail As Integer
[C#] public int Thumbnail {get;}
[Java] public OLEHANDLE getThumbnail() throws IOException, AutomationException
[C++]
HRESULT get_Thumbnail(
OLE_HANDLE* bitmapHandle
);
Parameters
bitmapHandle [out, retval]
bitmapHandle is a parameter of type OLE_HANDLE
Thumbnail returns a small bitmap representation of the contents of the frame. Use this property when you want to obtain a bitmap of the frame for display in another control.