EnableDragDrop Property

Example-VB

Indicates the drop type allowed.

Available With

Ö Imaging for Windows Professional Edition V1.0, V1.1, and V2.0
Imaging for Windows 95 and 98
Imaging for Windows NT 4.0

Applies To

Image Thumbnail control

Syntax

object.EnableDragDrop

Data Type

Long

Setting Description

0 (default) Drag and drop is not allowed
1 Drag from is allowed (left mouse button)
2 Drag right mouse button is allowed
4 Drop into is allowed
8 Dropping image files is allowed

Remarks

Settings can be combined in bit-wise combinations.

Drops are not accepted until the Image property has been set.