This property refers to the filename of the image when the thumbnail image is selected.
[Visual Basic] Public ReadOnly Property
FileName As String
[C#] public string FileName {get;}
Property Value
The image file name
Explanation
The FileName property refers to the filename of the image when the thumbnail image is selected. A thumbnail image can be selected using a mouse click, the keyboard, the SelectImage method, the SelectFile or MouseMoveOnThumbnail events (When EnableMouseMoveButton property is true.
Note: if more than one thumbnail are selected at the same time, the FileName property will contain the filename of the last image in that group of selected images.
See Also
Thumbnail Members | Newtone.ImageKit.Win.Thumbnail