This property sets whether or not the file name of the image in the Thumbnail Control is displayed under the image
[Visual
Basic] thumbcontrolname.DispFileName
[ = Boolean ]
[Visual C++] [
BOOL = ]thumbcontrolname.GetDispFileName()
thumbcontrolname.SetDispFileName(BOOL Val)
thumbcontrolname.SetDispFileName(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | Displays the file name or a comment |
False | Does not display the file name or comment |
Explanation
The DispFileName property sets whether or not the file name of the image in the Thumbnail Control is displayed under the image. If this property is True, the file name is displayed under the thumbnail image. In order to display a comment under the thumbnail image, you must set this property to true. Then in the ShowThumbImage event set the comment that you would like to display in the Text property.
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.