Viscom Software Image Thumbnail CP ActiveX Control

LicenseKey Property

Description:   

Sets the license key which unlocks the ActiveX control  from demo mode. This License key is supplied by the vendor.

Usage:   

ImageThumbnailCP1.LicenseKey[= value]

Data Type:   

String

Example:   

This Visual Basic example unlock the demo mode:

Private Sub Form_Load()
       ImageThumbnailCP1.LicenseKey="yourkey"

End Sub