ToolPaletteHidden Event

Example-VB Example-VC++

This event occurs immediately after the Annotation Tool Palette has been hidden.

Available With

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

Applies To

Image Edit control

Syntax

Sub object_ToolPaletteHidden(Left,Top)

Arguments

Parameter Data Type Setting

Left Long The horizontal position of the Annotation Tool Palette in pixels when it was closed, relative to the upper-left corner of the screen
                                             Top Long The vertical position of the Annotation Tool Palette in pixels when it was closed, relative to the upper-left corner of the screen

Remarks

The Annotation Tool Palette can be hidden by invoking the HideAnnotationToolPalette method or by clicking on the Close icon on the Annotation Tool Palette caption bar.