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 SGObj_ondblclick
<!--script-->
End SubJScript <SCRIPT LANGUAGE="JavaScript" FOR=SGObj EVENT=ondblclick>
<!--script-->
</SCRIPT>
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.