MouseMoveEventArgs Class Fields (original) (raw)

Summary

For a list of all members of this type, see MouseMoveEventArgs members

Public Fields

Name Description
Public Field button Value that identifies any buttons that were pressed when the user moved the mouse.
Public Field shift Value that indicates which of the SHIFT, CTRL, and ALT keys are down when the user moved the mouse.
Public Field x The X coordinate of the mouse pointer relative to the origin of the client area of the control. The unit of measure is determined by ScaleMode property.
Public Field y The Y coordinate of the mouse pointer relative to the origin of the client area of the control. The unit of measure is determined by ScaleMode property.

See Also

MouseMoveEventArgs Class

Leadtools.Multimedia Namespace