VisMouseMoveDragStates Constants
Visio Automation Reference |
|
Constants returned by the MouseEvent.DragState property.
visMouseMoveDragStatesBegin |
1 |
User is beginning to drag an object with the mouse. |
visMouseMoveDragStatesDrop |
5 |
Userdropped 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. |