uIndex

Specifies the cursor to be displayed on various actions associated with automated annotations. Possible values are:

Value

Meaning

ANNAUTOCURSOR_DEFAULT

[0] Displayed when the cursor is over the annotation container, and other action is occurring. The default is the windows predefined cursor IDC_ARROW.

ANNAUTOCURSOR_DRAWNEW

[1] Displayed when drawing a new annotation (design mode). This is displayed on all tools except for ANNTOOL_SELECT (which displays the ANNAUTOCURSOR_DEFAULT).

ANNAUTOCURSOR_HANDLE

[2] Displayed in design mode, when the cursor is over an annotation handle.

ANNAUTOCURSOR_HOTSPOT

[3] Displayed in run mode, when the cursor is over one of the following objects:

ANNOBJECT_BUTTON

ANNOBJECT_HOTSPOT

ANNOBJECT_FREEHANDHOTSPOT

ANNOBJECT_AUDIO

ANNOBJECT_VIDEO

ANNOBJECT_PUSHPIN

ANNAUTOCURSOR_MOVE

[4] Displayed in design mode, when an annotation is selected and the cursor is over the selected annotation (but not over the annotation handle).

ANNAUTOCURSOR_SELECT

[5] Displayed in design mode, when hovering over an unselected annotation. The default is the windows predefined cursor IDC_IBEAM.

ANNAUTOCURSOR_TEXT

[6] Displayed in design mode, when entering text into one of the following text annotations:

ANNOBJECT_TEXT

ANNOBJECT_TEXTPOINTER

ANNOBJECT_RTF

ANNOBJECT_NOTE

The default is the windows predefined cursor IDC_IBEAM.

ANNAUTOCURSOR_WAIT

[7] Displayed during any wait operation. The default is the windows predefined cursor IDC_WAIT.