LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
MouseMoveEventArgs Class Fields
See Also 
Leadtools.Multimedia Namespace : MouseMoveEventArgs Class


"

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

"

Public Fields

 NameDescription
public Field buttonValue that identifies any buttons that were pressed when the user moved the mouse.  
public Field shiftValue that indicates which of the SHIFT, CTRL, and ALT keys are down when the user moved the mouse.  
public Field xThe 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 yThe 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.  
Top

See Also