AnnSendToBack method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnSendToBack (HANNOBJECT hObject);

Delphi Syntax

Function AnnSendToBack (hObject: HANNOBJECT ): L_INT;

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Reorders the specified annotation object so that it is displayed behind other objects in the same container.

This method moves the object to the beginning of the enumeration order for objects in the same container. When the container is displayed, this object is displayed first.

See Also

Elements

AnnBringToFront method, AnnBoundingRectTop property, AnnBoundingRectLeft property, AnnBoundingRectHeight property, AnnBoundingRectWidth property

Topics

Annotations (Document/Medical only): Automation

 

Displaying and Manipulating Annotation Objects

 

Annotations (Document/Medical only): Using Window Coordinates to Select Objects