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.


Example

   IkThumb1.FileExt = "BMP;JPG;PNG; "

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 ImageKit9 ActiveX is a product created by Newtone Corporation