Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

Effect Property

Show in webframe
Current drop effect.
Syntax
get_effect();
set_effect(value);
Object.defineProperty('effect');

Property Value

TypeDescription
DropEffectThe current drop effect. Default value is None.
Remarks

Change the value of this property to update UI (mouse cursor). Set it to None to disable dropping.

Example

For an example, refer to ImageViewerDragInteractiveMode.

See Also

Reference

ImageViewerItemDragDropEventArgs Object
ImageViewerItemDragDropEventArgs Members

Error processing SSI file