ToolPaletteHidden Event

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

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.

See Also

Annotation topics in Imaging Concepts

HideAnnotationToolPalette method