This property sets whether or not the filename or comment is displayed under the thumbnail image in the Thumbnail Control.

[Visual Basic]Public Property ShowFileName As Boolean
[C#]public bool ShowFileName {get; set;}

Property Value

Value Explanation
True Displays the filename or comment
False Does not display the filename or comment (default)

Explanation

The ShowFileName property sets whether or not the filename or comment is displayed under the thumbnail image in the Thumbnail Control. If this property is True, the filename 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 ShowThumbnailImage event, set the comment that you would like to display in the Text property.

See Also

Thumbnail Members | Newtone.ImageKit.Win.Thumbnail

 

The ImageKit.NET3 is created by Newtone Corporation