AnnAutoDrawEnable property (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

bool AnnAutoDrawEnable

Delphi Syntax

AnnAutoDrawEnable:Boolean

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Enables or disables the default use of the left mouse button to draw an annotation object in design mode.

To implement the automated design mode for annotations, this property must be set to True, and the AnnUserMode property must be set to ANNUSERMODE_DESIGN.

 

Setting

Description

True

The left mouse button can be used to draw objects in design mode.

False

The automated functions of the left mouse button are disabled.

See Also

Elements

AnnAutoMenuEnable property, AnnUserMode property

Topics

Annotations (Document/Medical only): Automation

 

Displaying and Manipulating Annotation Objects