AnnGetSelected method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnGetSelected(HANNOBJECT hObject, bool &bSelected);

Delphi Syntax

Function AnnGetSelected(hObject: HANNOBJECT; var bSelected: Boolean): L_INT;

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Gets a value that indicates whether the specified annotation object is selected.

The AnnSet... methods can be used to set the properties of all objects that have the selected property set to TRUE.

See Also

Elements

AnnSelectRect method, AnnGetType method, AnnHitTestExt method, AnnShowLockedIcon property, AnnSelectPoint method, AnnGetSelectRect method, AnnGetSelectCount method, AnnSetSelected method, AnnCreate method, AnnDefine method, AnnDestroy method, AnnGetVisible method, AnnInsert method, AnnSetAutoDefaults method, AnnSetVisible method, AnnDefine2 method

Topics

Annotations (Document/Medical only): Object Manipulation

 

Annotations (Document/Medical only): Object Information