This event is generated when an image is dragged and dropped into the Thumbnail Control.

[Visual Basic]   thumbcontrolname_DropFileInThumb(ByVal PathName As String, ByVal FileName As String)
[Visual C++]     OnDropFileInThumbthumbcontrolname(LPCTSTR PathName, LPCTSTR FileName)

Parameters

Name Explanation
PathName The directory name and path of the image dropped into the Thumbnail Control
FileName The filename of the image dropped into the Thumbnail Control

Explanation

The DropFileInThumb event is generated when an image is dragged and dropped into the Thumbnail Control. This event is enabled when the EnableDragTarget property is True.

 

The ImageKit8 ActiveX is a product created by Newtone Corporation