AnnFixed property (Annotation Control)
Builder Syntax |
bool AnnFixed[HANNOBJECT hObject] |
Delphi Syntax |
AnnFixed [hObject: HANNOBJECT]: Boolean |
Overview |
Refer to Implementing Annotations. |
Remarks
Gets or sets a value that indicates whether the specified annotation object is fixed. Possible values are:
Value |
Meaning |
TRUE |
The annotation object is fixed. |
FALSE |
The annotation object is not fixed. |
The following annotations cannot be fixed:
ANNOBJECT_CONTAINER
ANNOBJECT_REDACT
ANNOBJECT_ENCRYPT
You must set the AnnFlags property before setting this property. Possible values for the Flags property, when used with this property, are:
0
ANNFLAG_SELECTED
ANNFLAG_NOTTHIS
ANNFLAG_RECURSE
ANNFLAG_NOTCONTAINER
ANNFLAG_NOINVALIDATE
ANNFLAG_CHECKMENU
See Also
Elements: |
|
Topics: |