System.Windows.Forms.MouseEventArgs: Property Members

The properties of System.Windows.Forms.MouseEventArgs are listed below. For a list of all members, see the MouseEventArgs Members list.

See Also: Inherited members from System.EventArgs

Public Properties

[read-only]
ButtonMouseButtons.

Gets which mouse button was pressed.

[read-only]
Clicksint.

Gets the number of times the mouse button was pressed and released.

[read-only]
Deltaint.

Gets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel.

[read-only]
LocationSystem.Drawing.Point.

Gets the location of the mouse during the generating mouse event.

[read-only]
Xint.

Gets the x-coordinate of the mouse during the generating mouse event.

[read-only]
Yint.

Gets the y-coordinate of the mouse during the generating mouse event.