DragModeConstants
Values for the DragMode property of a control, controlling whether dragging starts automatically when the user clicks-and-drags or only when Drag is called explicitly.
| Constant | Value | Description |
|---|---|---|
| vbManual | 0 | The control is not draggable until Drag is called from code. |
| vbAutomatic | 1 | Dragging starts automatically when the user presses the mouse button on the control. |