This property retrieves the image file's filename from the thumbnail image specified by the ThumbArrayNum property.
[Visual
Basic] thumbcontrolname.ThumbArrayFileName
[ = String ]
[Visual C++] [
CString =
]thumbcontrolname.GetThumbArrayFileName()
Property Value
The filename of the image file
Explanation
The ThumbArrayFileName property retrieves the image file's filename from the thumbnail image specified by the ThumbArrayNum property. If the ThumbArrayNum property refers to an image that is not loaded from file, then a sequence of numbers is retrieved.
Setting this value
This value cannot be set.Retrieving this value
This value can be retrieved at run-time.