MouseUpEventArgs Class Fields (original) (raw)
Summary
For a list of all members of this type, see MouseUpEventArgs members
Public Fields
Name | Description | |
---|---|---|
![]() |
button | Value that identifies the button that was released to cause the event. |
![]() |
shift | Value that indicates which of the SHIFT, CTRL, and ALT keys are down when the button specified in the button argument is released. |
![]() |
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. |
![]() |
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. |