Carousel SDK ActiveX Control ReferenceMethods GetThumbnailFileName Carousel ActiveX Control GetThumbnailFileName Get the thumbnail file name for specific index. Public Function GetThumbnailFileName( ByVal iThumbnailIndex As String) ParameteriThumbnailIndexthe index of thumbnail, first index is zero..Return ValueReturn file name of thumbnailExample Visual Basic SyntaxstrName=Carousel1.GetThumbnailFileName (0)