Leadtools.Controls Namespace > ImageViewer Object : AllowDrop Property |
get_allowDrop();
set_allowDrop(value);
Object.defineProperty('allowDrop');
Type | Description |
---|---|
boolean | true if the viewer can accept data that the user drags onto it, otherwise; false. Default value is false. |
You must set the value of AllowDrop to true before using this ImageViewer as the traget of a drag and drop operation. For more information, refer to Image Viewer Drag and Drop.
For an example, refer to ItemDragDrop.