AnnAutoDrawEnable property (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

VARIANT_BOOL AnnAutoDrawEnable

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.

To implement the automated design mode for annotations, this property must be set to (VARIANT_TRUE), and the AnnUserMode property must be set to ANN_USERMODE_DESIGN.

Setting

Description

VARIANT_TRUE

The left mouse button can be used to draw objects.

VARIANT_FALSE

The automated functions of the left mouse button are disabled.

See Also

Elements

AnnAutoSnapCursor property, AnnAutoMenuEnable property, AnnUserMode property, AnnAutoHilightPen property

Topics

Annotations (Document/Medical only): Automation

 

Obtaining Annotation Object Information

 

Displaying and Manipulating Annotation Objects