AnnPopFixedState method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnPopFixedState(HANNOBJECT hObject)

Delphi Syntax

AnnPopFixedState (hObject: HANNOBJECT): L_INT

Overview

Refer to Implementing Annotations.

Remarks

Re-enables the ‘fixed’ state of the specified annotation.

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

0

ANNFLAG_SELECTED

ANNFLAG_NOTTHIS

ANNFLAG_RECURSE

ANNFLAG_NOTCONTAINER

ANNFLAG_NOINVALIDATE

ANNFLAG_CHECKMENU

See Also

Elements:

AnnFlags property, AnnIsFixedRect method, AnnPushFixedState method

Topics:

Annotations: Object Manipulation