EnableDropFile
Viscom Software Image Thumbnail CP ActiveX Control |
EnableDropFile Property
Description: |
Enable or disable the Image Thumbnail CP accept Drop file. It will add the image clip after drop file into Image Thumbnail CP. |
Usage: |
ImageThumbnailCP1.EnableDropFile[= value] |
Data Type: |
Boolean |
Example: |
This Visual Basic example enable accept drop file: Private Sub Form_Load() End Sub |