MouseEventArgs

Description

The MouseEventArgs class implements argument of the events that occur during mouse actions.

Designers

  Designer name Brief description
The CreateArgs designer creates argument of the events that occur during mouse actions.

Properties inherited from IMouseEventArgs

  Property name Brief description
Button The Button property returns code of the mouse button with which any action was performed.
pPoint The pPoint property returns the mouse cursor coordinates in the client area of a component during mouse actions.
ShiftState The ShiftState property returns a value that corresponds to the state of auxiliary keys (SHIFT, ALT and CTRL) and mouse buttons when the actions are executed with the mouse.

See also:

Forms Assembly Classes