VisMouseMoveDragStates enumeration (Visio)

Constants returned by the MouseEvent.DragState property.

Name Value Description
visMouseMoveDragStatesBegin 1 User is beginning to drag an object with the mouse.
visMouseMoveDragStatesDrop 5 User dropped the dragged object in the drop-target window.
visMouseMoveDragStatesEnter 2 User is dragging an object into the drop-target window with the mouse.
visMouseMoveDragStatesLeave 4 User is moving the mouse out of the drop-target window.
visMouseMoveDragStatesNone 0 Either not a mouse movement or a mouse movement that is not a drag operation.
visMouseMoveDragStatesOver 3 User is moving the dragged object within the drop-target window with the mouse.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.