OnAnnMouseMove event (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

TAnnMouseMoveEvent OnAnnMouseMove (int Button, int Shift, int x, int y);

Delphi Syntax

OnAnnMouseMove (Button: integer; Shift: integer; x: longint; y: longint): TAnnMouseMoveEvent

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Occurs when the user moves the mouse over the LEADAnn Control in design mode.

See Also

Elements:

OnAnnMouseDown event, OnAnnMouseUp event

Topics:

Annotations (Document/Medical only): Annotation Events