VisMouseMoveDragStates Enumeration (Visio)
Published: July 16, 2012
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. |