Viscom Software Image Thumbnail CP ActiveX Control

AllowDuplicate Property

Description:   

Allow Duplicate the thumbnail if the image path is same.

Usage:   

ImageThumbnailCP1.AllowDuplicate[= value]

Data Type:   

Boolean

Example:   

This Visual Basic example enable Allow Duplicate the thumbnail:

Private Sub Form_Load()
       ImageThumbnailCP1.AllowDuplicate=True

End Sub