Leadtools.Controls Namespace > ElementInsertionHelper Object : ClearPointerEventChanges Method |
function Leadtools.Controls.ElementInsertionHelper.clearPointerEventChanges( elements )
Parameter | Type | Description |
---|---|---|
elements | object | The array of HTML elements for which to clear pointer event capture changes. |
Provided that pointer-events
changes are supported for HTML elements (via SupportsHTMLPointerEvents), ClearPointerEventChanges clears the inline styles set for pointer-events
for all elements in elements. To force pointer events to be captured, refer to ForcePointerEvents or ForcePointerEventsFromRoot. To remove the ability to respond to capture pointer events, refer to RemovePointerEvents or RemovePointerEventsFromRoot.
See ElementInsertionHelper and ImageViewer_UserDefinedHTMLDisplay for more information.