DragEventArgs Class Properties
In This Topic
For a list of all members of this type, see DragEventArgs members.
Public Properties
| Name | Description |
 | KeyState | Gets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons. |
 | X | Gets the x-coordinate of the mouse pointer, in control client coordinates. |
 | Y | Gets the y-coordinate of the mouse pointer, in control client coordinates. |
Top
See Also