SECEditController::DoDragDrop

DROPEFFECT SECEditController::DoDragDrop(void)

Performs a drag drop operation.

Defined in: SECEditController.cpp

Return Value

A value from the DROPEFFECT enumeration. It can be one or more of the following:
DROPEFFECT_NONE A drop would not be allowed.
DROPEFFECT_COPY A copy operation would be performed.
DROPEFFECT_MOVE A move operation would be performed.

See Also

SECEditController OnDragEnter OnDragOver OnDragLeave OnDrop