Occurs when the left mouse button is depressed and released twice in quick succession while the mouse pointer is inside the region contained by the object's boundaries.
Syntax
VBScript Sub spriteObj_ondblclick
<!--script-->
End SubJScript <SCRIPT LANGUAGE="JavaScript" FOR=spriteObj EVENT=ondblclick>
<!--script-->
</SCRIPT>
Possible Values
- script
- Script to be executed when the event occurs.
Remarks
The sequence of events for an ondblclick event is as follows:
- onmousedown
- onmouseup
- onclick
- onmouseup
- ondblclick
The user can control the timing of click events by changing the Mouse settings found in the Control Panel.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.