This property retrieves the image file's directory name from the thumbnail image specified by the ThumbArrayNum property.
[Visual
Basic] thumbcontrolname.ThumbArrayPathName
[ = String ]
[Visual C++] [
CString =
]thumbcontrolname.GetThumbArrayPathName()
Property Value
The name of the directory containing the image file
Explanation
The ThumbArrayPathName property retrieves the image file's directory name from the thumbnail image specified by the ThumbArrayNum property. If the ThumbArrayNum property refers to an image that is not loaded from file, then the ThumbArrayPathName property will be an empty string or 0.
Setting this value
This value cannot be set.Retrieving this value
This value can be retrieved at run-time.