dragDrop method
[This documentation is preliminary and is subject to change.]
Initiates a drag event.
Syntax
object.dragDrop()Standards information
There are no standards that apply here.
Parameters
- pfRet [out, retval]
-
C++ Pointer to a Boolean that receives one of the following values: JavaScript ABoolean. Returns one of the following values.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Type: BooleanABoolean. Returns one of the following values.Pointer to a Boolean that receives one of the following values:VARIANT_TRUEtrueDrag operation was completed successfully.
VARIANT_FALSEfalseDrag operation was canceled.
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.
Build date: 3/8/2012