This method selects a thumbnail image.

[Visual Basic]   [ Boolean = ]thumbcontrolname.SelectImage(ImageNumber As Integer)
[Visual C++]     [ BOOL = ]thumbcontrolname.SelectImage(short ImageNumber)
[VB.NET]   [ Boolean = ]thumbcontrolname.SelectImage(ImageNumber As Short)
[C#.NET]   [ bool = ]thumbcontrolname.SelectImage(short ImageNumber)

Parameters

Name Explanation
ImageNumber The sequential number of the thumbnail image (starts from 1)

Return Value

Returns True (nonzero) if successful, returns False (0) when not successful.

Explanation

The SelectImage method selects a thumbnail image. When the EnableSelectMultiFiles property is False, the last selected thumbnail image is selected, all previously selected thumbnail images will be deselected. By setting the ImageNumber parameter value in the ThumbArrayNum property, the ThumbArrayFileName, ThumbArrayPage, and ThumbArrayPathName properties can be retrieved.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation