MouseClickEventArgs.Create

Syntax

Create(Button: Integer; ShiftState: Integer; Point: IPoint);

Parameters

Button - code of the mouse button that is pressed or released.

ShiftState - code of state of the SHIFT, ALT, and CTRL auxiliary keys when mouse actions are executed. Use the ShiftState enumeration type to assign a value.

Point - mouse cursor coordinates in the client area of a component.

Description

The Create constructor creates an argument of the event that occurs when mouse button is pressed or released.

See also:

MouseClickEventArgs

ShiftState