forcePointerEvents Method

Summary

Forces all elements in elements to capture pointer events.

Syntax

JavaScript Syntax
forcePointerEvents = function(elements) 
TypeScript Syntax
static forcePointerEvents(elements: any[]): void; 

Parameters

elements

The array of HTML elements for which to force pointer event capture.

Remarks

Provided that pointer-events changes are supported for HTML elements (via SupportsHTMLPointerEvents), forcePointerEvents. To remove the ability to respond to capture pointer events, refer to RemovePointerEvents or RemovePointerEventsFromRoot. To clear changes made to pointer events, refer to ClearPointerEventChanges or ClearPointerEventChangesFromRoot.

See ElementInsertionHelper and ImageViewer-UserDefinedHTMLDisplay 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