AnnAutoMenuItemEnable property (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

AnnMenuConstants AnnAutoMenuItemEnable

Overview

Refer to Implementing Annotations.

Remarks

(Read only) Indicates whether the specified menu item has been enabled or disabled for the object. This property is updated by calling the AnnGetAutoMenuItemEnable method.

Possible values are:

Value

Meaning

ANN_MENU_ENABLED

Enable the menu item.

ANN_MENU_DISABLED

Disable the menu item.

ANN_MENU_DEFAULT

Enable or disable the menu item, based on the setting for the object type.

See Also

Elements:

AnnSetAutoMenuItemEnable method, AnnAutoMenuEnable property, AnnGetAutoMenuItemEnable method, AnnAutoHilightPen property

Topics:

Obtaining Annotation Object Information