Element.setCapture() (Method)

Part of the event handling mechanism in MSIE.

Availability:

JScript - 5.0
Internet Explorer - 5.0
JavaScript syntax:IEmyElement.setCapture()

If an event capture is established with this method, it can be relinquished with the releaseCapture() method.

See also:Element.releaseCapture()