effect Property

Summary

Current drop effect.

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

Property Value

The 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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly