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

The following tables list the members exposed by MouseMoveEventArgs.

Public Constructors

 NameDescription
public Constructor MouseMoveEventArgs ConstructorThe MouseMoveEventArgs object is the event arguments object for the MouseMoveEventHandler. For more information, see MouseMoveEventHandler  
Top

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