AnnSetNameOptions method (Annotation Control)
Builder Syntax |
|
Delphi Syntax |
|
Overview |
Refer to Implementing Annotations. |
Remarks
Sets the name options for the specified annotation object.
To set the name options for one or more objects you must set the desired options in the AnnNameOptions property before calling this method. In addition, you must set the AnnFlags property before calling this method, to indicate the objects for which to set the name options. Possible values for the Flags property are:
0
ANNFLAG_SELECTED
ANNFLAG_NOTTHIS
ANNFLAG_RECURSE
ANNFLAG_NOTCONTAINER
ANNFLAG_NOINVALIDATE
To get the annotation name options for a specific annotation object, call the AnnGetNameOptions method. The AnnNameOptions property will be updated with the name options.
See Also