Click to return to the Reusing Browser Technology home page    
ondragover Event     ondrop Event     MSHTML Element Events2    
Web Workshop  |  Reusing Browser Technology

ondragstart Event


Fires on the source object when the user first starts to drag a text selection or selected object.

Syntax

VARIANT_BOOL ondragstart(
    IHTMLEventObj *pEvtObj
);

Return Value

Return VARIANT_TRUE if bubbling should be canceled, or VARIANT_FALSE to continue bubbling up the event chain.

Parameters

pEvtObj
[in] Address of an IHTMLEventObj interface variable.

Remarks

For more information, see ondragstart in the Dynamic HTML (DHTML) reference page.

This event is available in Microsoft® Internet Explorer 5 and later.

Applies To

Anchor, Area, Button, Document, Element, Form, Image, InputFile, InputImage, InputText, Link, Label, Map, Marquee, Object, OptionButton, Script, Select, Style, Table, TextContainer, Window2

See Also

ondragend



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.