customDragElement Property

Summary

The HTML element acting as the custom drag drop element.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerItemDragDropEventArgs.prototype, 'customDragElement', 
	get: function() 
) 
TypeScript Syntax
customDragElement: HTMLElement; // read-only 

Property Value

HTML element acting as the custom drag drop element.

Remarks

This is set to the same value as ImageViewerDragInteractiveMode.CustomDragElement. Refer to Image Viewer Drag and Drop for more information.

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