This method deselects a thumbnail image that has been selected.

[Visual Basic]   [ Boolean = ]thumbcontrolname.DeSelectImage(ImageNumber As Integer)
[Visual C++]     [ BOOL = ]thumbcontrolname.DeSelectImage(short ImageNumber)
[VB.NET]   [ Boolean = ]thumbcontrolname.DeSelectImage(ImageNumber As Short)
[C#.NET]   [ Boolean = ]thumbcontrolname.DeSelectImage(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 DeSelectImage method deselects a thumbnail image that has been selected. Thumbnail images can be select with a mouse click, the keyboard, or the SelectImage method.

If no thumbnail image has been selected, executing the DeSelectImage method will not do anything. 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