dragDrop method

This topic has not yet been rated - Rate this topic

Initiates a drag event.

Syntax

object.dragDrop(pfRet)

Parameters

This method has no parameters.

Return value

Type: Boolean

ABoolean. Returns one of the following values.true

Drag operation was completed successfully.

false

Drag operation was canceled.

Standards information

There are no standards that apply here.

Remarks

You can use this method to fire the ondragstart event. If the event is not canceled, a drag operation is started. The method returns VARIANT_TRUE when the mouse is released. If the ondragstart event is canceled, the method returns VARIANT_FALSE immediately.

See also

a
area
body
br
button
caption
col
comment
dd
div
dt
embed
form
head
hr
html
iframe
img
input type=button
input type=checkbox
input type=file
input type=image
input type=password
input type=radio
input type=reset
input type=submit
input type=text
label
legend
li
map
meta
object
ol
option
p
script
select
span
style
table
td
textArea
title
tr
ul

 

 

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.