AnnGetNameOptions method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnGetNameOptions(HANNOBJECT hObject)

Delphi Syntax

AnnGetNameOptions (hObject: HANNOBJECT ): L_INT

Overview

Refer to Implementing Annotations.

Remarks

Gets the annotation name options for the specified annotation object.

This method updates the AnnNameOptions property with the annotation name options for the object specified in hObject.

To set annotation name options set the AnnNameOptions property with the desired name options, and then call the AnnSetNameOptions method.

See Also

Elements:

AnnSetNameOptions method, Flags property (TAnnNameOptions), ShowName property (TAnnNameOptions), AnnotationName property (TAnnNameOptions), NameOffsetX property (TAnnNameOptions), NameOffsetY property (TAnnNameOptions), NameRestrict property (TAnnNameOptions), FaceNameColor property (TAnnNameOptions), BackNameColor property (TAnnNameOptions), NameBackTransparent property (TAnnNameOptions), FontName property (TAnnNameOptions), FontItalic property (TAnnNameOptions), FontStrikeOut property (TAnnNameOptions), FontUnderLine property (TAnnNameOptions), FontSize property (TAnnNameOptions), AnnNameOptions property

Topics:

Annotations: Object Manipulation