removePointerEvents Method

Summary

Removes the ability for all elements in elements to respond to pointer events.

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

Parameters

elements

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

Remarks

Provided that pointer-events changes are supported for HTML elements (via SupportsHTMLPointerEvents), removePointerEvents. To force pointer events to be captured, refer to ForcePointerEvents or ForcePointerEventsFromRoot. 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.