targetImageViewer Property

Summary

Current target image viewer for this drop operation.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerItemDragDropEventArgs.prototype, 'targetImageViewer', 
	get: function() 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly