EditingTextAnnotation Event

Example-VB

This event occurs immediately after the Image Edit control enters or exits Text Edit mode.

When the Image Edit control is in Text Edit mode, it displays the Text Edit dialog box to let end users create or modify a Text, Attach-a-Note, or Hyperlink annotation.

Available With

Ö Imaging for Windows Professional Edition V2.0
Imaging for Windows Professional Edition V1.0 and V1.1
Ö Imaging for Windows 98
Imaging for Windows 95
Imaging for Windows NT 4.0

Applies To

Image Edit control

Syntax

Sub object_EditingTextAnnotation(Editing)

Argument

Parameter Data Type Setting

Editing Boolean True The Image Edit control is entering Text Edit mode.
False The Image Edit control is exiting Text Edit mode.

Remarks

For this event to fire, an image must be displayed and the Image Edit control must be entering or exiting Text Edit mode.

The Image Edit control enters Text Edit mode when:

The Image Edit control exits Text Edit mode when:

Notes: When the Image Edit control is in Text Edit mode, the accelerator keys for Cut (Ctrl+X), Copy (Ctrl+C), Paste (Ctrl+V), Undo (Ctrl+Z) and Backspace (Ctrl+H) are processed by the Text Edit box and are therefore not passed back to the application.  In other words, an application that uses these keys as menu accelerators will not receive them when the Image Edit control is in Text Edit mode.

Hyperlink annotations are available with Imaging for Windows Professional Edition only.