forcePointerEvents Method

Summary

Forces all elements in elements to capture pointer events.

Syntax
TypeScript
JavaScript
forcePointerEvents = function( 
   elements 
) 
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 22.0.2023.2.4
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.