targetImageViewer Property

Summary

Current target image viewer for this drop operation.

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

Property Value

The current target image viewer for this drop operation.

Remarks

This changes as the user drags on the application if more than one image viewer exists. It can be null if the object is not currently over an image viewer object and the same value as SourceImageViewer if the item is being dragged over the same viewer (if supported).

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