This property sets the thumbnail file used by the Thumbnail Control.
[Visual
Basic] thumbcontrolname.ThumbnailFile
[ = String ]
[Visual C++] [
CString =
]thumbcontrolname.GetThumbnailFile()
thumbcontrolname.SetThumbnailFile(LPCTSTR Val)
thumbcontrolname.SetThumbnailFile(LPCTSTR Val)
Property Value
The thumbnail file name (full path)
Explanation
The ThumbnailFile property sets the thumbnail file used by the Thumbnail Control. By setting the filename and path in this property and executing the UpdateThumbnailFile method, the Thumbnail Control creates a thumbnail.dat file that is used to make subsequent loading of the thumbnail images faster. The Thumbnail file will load the images in the folders specified by the FilePath property. If the FilePath property is changed be sure to change the ThumbnailFile property accordingly.
Setting this value
This value can be set at design-time and run-time.Retrieving this value
This value can be retrieved at run-time.