Leadtools.WinForms Namespace > RasterImageListItem Class : FileName Property |
public string FileName {get; set;}
'Declaration Public Property FileName As String
'Usage Dim instance As RasterImageListItem Dim value As String instance.FileName = value value = instance.FileName
The RasterThumbnailBrowser class uses this property to store the fully qualified file name for the items added as a result of calling RasterThumbnailBrowser.LoadThumbnails
The RasterImageList class does not use this property. However, you can use this property to set and get the file name when items are selected.