Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

DropCopyKeyState Property

Show in webframe
Modifier key used to initiate a copy drop operation
Syntax
get_dropCopyKeyState();
set_dropCopyKeyState(value);
Object.defineProperty('dropCopyKeyState');

Property Value

TypeDescription
KeysThe key modifier used to initiate a copy drop operation. Default value is LButton.
Remarks

For more information refer to Image Viewer Drag and Drop.

Example

For an example on using the image viewer as the target for a drag/drop operation, refer to ItemDragDrop.

For an example on using the image viewer as the source of a drag/drop operation, refer to ImageViewerDragInteractiveMode.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file