This property sets the file path to the directories containing the images.

[Visual Basic]   thumbcontrolname.FilePath [ = String ]
[Visual C++]     [ CString = ]thumbcontrolname.GetFilePath()
thumbcontrolname.SetFilePath(LPCTSTR Val)
[VB.NET]   thumbcontrolname.FilePath [ = String ]
[C#.NET]   thumbcontrolname.FilePath [ = string ]

Property Value

A string value denoting the path to the image files

Explanation

The FilePath property sets the file path to the directories containing the images. when setting multiple directories in the FilePath property, please separate the entries with a semicolon.

If you want to display only specific files in the folder, set the file name to be displayed in the ListOfFileNames property and set an empty string in the FilePath property.

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation