Drag-and-Drop Constants (ActiveX Controls)

DragOver Event

Constant Value Description
vbEnter 0 Source control dragged into target
vbLeave 1 Source control dragged out of target
vbOver 2 Source control dragged from one position in target to another

Drag Method (Controls)

Constant Value Description
vbCancel 0 Cancel drag operation
vbBeginDrag 1 Begin dragging control
vbEndDrag 2 Drop control

DragMode Property

Constant Value Description
vbManual 0 Manual
vbAutomatic 1 Automatic