Drag Method

Object List Next Object

Defined By:
XferData

Description:

Begins a drag-and-drop operation

Declaration:

Function Drag(ByVal effect as Long) as Long

Details:

The constants of the OleDragEffect enumeration you can use with the Drag method are as follows:


Setting Description


0 None

  1. Copy

  2. Move

  3. Copy+Move

  4. Link

  5. Copy+Link

  6. Move+Link

  7. Copy+Move+Link

The effect determines what sort of drag operations you are offering to the target. Combinations of the above can be offered by adding them together.