AnnIsFixedRect method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

bool AnnIsFixedRect(HANNOBJECT hObject, int nLeft, int nTop, int nRight, int nBottom)

Delphi Syntax

AnnIsFixedRect (hObject: HANNOBJECT; nLeft: L_INT; nTop: L_INT; nRight: L_INT; nBottom: L_INT): Boolean

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Indicates whether there are any fixed annotations in the client rectangle. This method is available in the Toolkits.

You must set the AnnFlags property before calling this method. Possible values for the AnnFlags property, when used with this method are:

0

ANNFLAG_SELECTED

ANNFLAG_NOTTHIS

ANNFLAG_RECURSE

ANNFLAG_NOTCONTAINER

ANNFLAG_NOINVALIDATE

ANNFLAG_CHECKMENU

See Also

Elements:

AnnFlags property, AnnPopFixedState method, AnnPushFixedState method

Topics:

Annotations: Object Manipulation