AnnAutoDrawEnable property (Main Control)
Visual
Basic example
Visual C++ 4.0 example
Visual J++ example
Syntax 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 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