Share via


msReleasePointerCapture method

Releases a pointer captured by an element.

 

Syntax

object.msReleasePointerCapture(pointerId);

Parameters

  • pointerId [in]
    Type: long

    Identifier of the pointer that should be released.

Return value

This method does not return a value.

See also

IHTMLElement2::releaseCapture

IHTMLElement2::setCapture

onmsgotpointercapture

IHTMLElement7::msSetPointerCapture

MSPointerEvent