format Property

Summary

Format of the drag object.

Syntax

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

Property Value

The format of the drag object. Default value is "text".

Remarks

Only the "text" format is supported. The operation will set the value of Url into the data transfer object.

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