Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

AllowedEffects Property

Show in webframe
Drag operations that can occur.
Syntax
get_allowedEffects();
set_allowedEffects(value);
Object.defineProperty('allowedEffects');

Property Value

TypeDescription
DropEffectsThe drag operations that can occur. Default value is Copy.
Remarks

Allowed effects are Copy and Move.

Example

For an example, refer to ImageViewerDragInteractiveMode.

See Also

Reference

ImageViewerDragInteractiveMode Object
ImageViewerDragInteractiveMode Members

Error processing SSI file