passthroughDiv Property

Summary

An HTML Div Element used for assistance with pointer events capture.

Syntax

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

Property Value

A div containing user-defined HTML, when supported; otherwise, null.

Remarks

This element only exists when using Elements Mode and when HTML Pointer Events is supported. This div will hold user-defined HTML from an ImageViewerItem to assist with User-Defined HTML Display.

For more information, refer to Image Viewer Components, Image Viewer Elements Mode, and Image Viewer User Defined HTML Display.

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