MouseEventArgs.CreateArgs

Syntax

CreateArgs(ShiftState: Integer; Point: IPoint);

Parameters

ShiftState is a state of such auxiliary buttons as SHIFT, ALT and CTRL when the mouse actions are performed. Use ShiftState enumeration type to assign a value.

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

Description

The CreateArgs designer creates argument of the events that occur during mouse actions.

See also:

MouseEventArgs

ShiftState