MouseEventArgs.CreateArgs

Syntax

CreateArgs(ShiftState: Integer; Point: IPoint);

Parameters

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 CreateArgs constructor creates an argument of the events that occur during mouse actions.

See also:

MouseEventArgs

ShiftState