IMouseClickEventArgs

Description

The IMouseClickEventArgs interface contains properties of the argument of the event that occurs when the mouse button is pressed or released.

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 Interfaces