Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

AllowDrop Property

Show in webframe
Indicates whether the viewer can accept data that the user drags onto it.
Syntax
get_allowDrop();
set_allowDrop(value);
Object.defineProperty('allowDrop');

Property Value

TypeDescription
booleantrue if the viewer can accept data that the user drags onto it, otherwise; false. Default value is false.
Remarks

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.

Example

For an example, refer to ItemDragDrop.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file