allowedEffects Property

Summary

Drag operations that can occur.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerDragInteractiveMode.prototype, 'allowedEffects', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
allowedEffects: string; 

Property Value

The drag operations that can occur. Default value is DropEffects.

Remarks

Allowed effects are Copy and Move.

Example

For an example, refer to ImageViewerDragInteractiveMode.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly