Carousel ActiveX Control

GetThumbnailFileName

 

Get the thumbnail file name for specific index.

Public Function GetThumbnailFileName(
 ByVal iThumbnailIndex As String
)

 

Parameter
iThumbnailIndex
the index of thumbnail, first index is zero..

Return Value
Return file name of thumbnail

Example

   

Visual Basic Syntax
strName=Carousel1.GetThumbnailFileName (0)