property Thumbnail.Picture as IPictureDisp
Retrieves or sets a graphic to be displayed in the control.

TypeDescription
IPictureDisp A Picture object that's displayed on the control's background.
By default, the control has no picture associated. The control uses the PictureDisplay property to determine how the picture is displayed on the control's background. Use the InputFile property to display the file's thumbnail. Use the Thumbnail property to retrieve the thumbnail picture. Use the ThumbnailType property to specify whether the thumbnail is a bitmap or an icon. Use the BackColor property to specify the control's background color.