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

The following tables list the members exposed by MouseUpEventArgs.

Public Constructors

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

Public Fields

 NameDescription
public Field buttonValue that identifies the button that was released to cause the event. The following are possible values: Value Meaning 1 left button 2 right button  
public Field shiftValue that indicates which of the SHIFT, CTRL, and ALT keys are down when the button specified in the button argument is released. The following are possible values: Value Meaning 1 SHIFT key 2 CTRL key 4 ALT key 3 CTRL/SHIFT key 5 ALT/SHIFT key 6 CTRL/ALT key 7 CTRL/ALT/SHIFT key  
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